From f424f11eb366fe64f5f7bb42b21745e22537cab1 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 14 Dec 2010 07:29:13 +0000 Subject: cust_location editing features, RT#10766 --- httemplate/elements/tr-select-cust_location.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements') diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html index 78252ba1d..fa19405b2 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -162,6 +162,7 @@ Example: % push @locations, $cust_location % if !$cust_main && $cust_location && $cust_location->locationnum>0; % foreach my $loc ( sort $location_sort @locations ) { +% next if $loc->disabled;