[freeside-commits] freeside/httemplate/elements tr-select-cust_location.html, 1.8.4.2, 1.8.4.3

Mark Wells mark at wavetail.420.am
Wed Dec 29 14:56:49 PST 2010


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.8.4.2
retrieving revision 1.8.4.3
diff -u -w -d -r1.8.4.2 -r1.8.4.3
--- tr-select-cust_location.html	4 Dec 2010 03:52:32 -0000	1.8.4.2
+++ tr-select-cust_location.html	29 Dec 2010 22:56:47 -0000	1.8.4.3
@@ -151,6 +151,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