diff options
author | ivan <ivan> | 2008-03-24 03:08:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-24 03:08:11 +0000 |
commit | 2e6530efbcd472ebbb2c47346f0c08fbf80e7a6c (patch) | |
tree | 6778737ff98d292ec04724e127a7a775979f1d1b /rt/html/Elements | |
parent | f7696f45691c414aaa3c6fe48ce6e374588009f4 (diff) |
woo! final part of #1160! yup, auto-associating tickets with customers now. whew!
Diffstat (limited to 'rt/html/Elements')
-rw-r--r-- | rt/html/Elements/EditCustomers | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/rt/html/Elements/EditCustomers b/rt/html/Elements/EditCustomers index 57eb9059d..68efb5f40 100644 --- a/rt/html/Elements/EditCustomers +++ b/rt/html/Elements/EditCustomers @@ -21,12 +21,7 @@ </tr> <tr> <td class="value"> -% #while (my $link = $Object->MemberOf->Next) { -% foreach my $link ( -% grep { $_->TargetURI->Resolver->{'fstable'} eq 'cust_main' } -% grep { $_->TargetURI->Scheme eq 'freeside' } -% @{ $Object->_Links('Base')->ItemsArrayRef } -% ) { +% foreach my $link ( @{ $Object->Customers->ItemsArrayRef } ) { <INPUT TYPE=CHECKBOX NAME="DeleteLink--<%$link->Type%>-<%$link->Target%>"> %# <& ShowLink, URI => $link->TargetURI &><br> |