[freeside-commits] freeside/httemplate/elements tr-select-cust_location.html, 1.11, 1.12

Mark Wells mark at wavetail.420.am
Mon Dec 13 23:29:14 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv29584/httemplate/elements

Modified Files:
	tr-select-cust_location.html 
Log Message:
cust_location editing features, RT#10766

Index: tr-select-cust_location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-cust_location.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -d -r1.11 -r1.12
--- tr-select-cust_location.html	6 Dec 2010 06:36:02 -0000	1.11
+++ tr-select-cust_location.html	14 Dec 2010 07:29:12 -0000	1.12
@@ -162,6 +162,7 @@
 %     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 %>



More information about the freeside-commits mailing list