summaryrefslogtreecommitdiff
path: root/rt/html/Elements
diff options
context:
space:
mode:
authorivan <ivan>2008-03-24 03:08:00 +0000
committerivan <ivan>2008-03-24 03:08:00 +0000
commit6ad0603afe8119536b21f65f06c3ff13f243170f (patch)
tree6aff820e9567f426df651296624231f519c8c55d /rt/html/Elements
parentbce1161205c0f249865482972475a7e7b3f590e6 (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/EditCustomers7
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>