cust_location editing features, RT#10766
[freeside.git] / httemplate / elements / tr-select-cust_location.html
index 78252ba..fa19405 100644 (file)
@@ -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;
         <OPTION VALUE="<% $loc->locationnum %>"
                 <% $locationnum == $loc->locationnum ? 'SELECTED' : '' %>
         ><% $loc->line |h %>