X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-cust_location.html;h=fa19405b24fb92196cf00e97d89c6ae7a67d2426;hb=f7e5e7625b04164ce2e0aac77a85bc03a7d48a6f;hp=78252ba1d2319b51dadda452575f9490390a43d9;hpb=663b89d06a2c97fb0e7915ba409310fbefefea98;p=freeside.git 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;