diff options
author | ivan <ivan> | 2008-03-24 03:08:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-24 03:08:00 +0000 |
commit | 6ad0603afe8119536b21f65f06c3ff13f243170f (patch) | |
tree | 6aff820e9567f426df651296624231f519c8c55d /rt/html/Elements | |
parent | bce1161205c0f249865482972475a7e7b3f590e6 (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> |