[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
- Previous message: [freeside-commits] freeside/httemplate/view/cust_main change_history.html, 1.2, 1.2.6.1 packages.html, 1.75, 1.75.2.1
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.405, 1.406 Schema.pm, 1.254, 1.255 cust_location.pm, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 %>
- Previous message: [freeside-commits] freeside/httemplate/view/cust_main change_history.html, 1.2, 1.2.6.1 packages.html, 1.75, 1.75.2.1
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.405, 1.406 Schema.pm, 1.254, 1.255 cust_location.pm, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list