diff options
author | mark <mark> | 2010-12-29 22:56:47 +0000 |
---|---|---|
committer | mark <mark> | 2010-12-29 22:56:47 +0000 |
commit | 6fc8a42e503e4e1f12659e1cfef7f5f26577034f (patch) | |
tree | fcac659b42217a4013afe04a98ac956f2c650cdb /httemplate/elements | |
parent | 15a9fae1bde88fb279534de4effae20e43fbee27 (diff) |
cust_location editing features, RT#10766
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/tr-select-cust_location.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html index f2b267a8b..6de034669 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -151,6 +151,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; <OPTION VALUE="<% $loc->locationnum %>" <% $locationnum == $loc->locationnum ? 'SELECTED' : '' %> ><% $loc->line |h %> |