[freeside-commits] freeside/httemplate/elements tr-select-cust_location.html, 1.8.4.3, 1.8.4.4
Ivan,,,
ivan at wavetail.420.am
Sun Apr 10 18:24:54 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv29037/elements
Modified Files:
Tag: FREESIDE_2_1_BRANCH
tr-select-cust_location.html
Log Message:
fix misfire of USPS address correction on non-new locations, RT#12183
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.3
retrieving revision 1.8.4.4
diff -u -w -d -r1.8.4.3 -r1.8.4.4
--- tr-select-cust_location.html 29 Dec 2010 22:56:47 -0000 1.8.4.3
+++ tr-select-cust_location.html 11 Apr 2011 01:24:50 -0000 1.8.4.4
@@ -145,7 +145,10 @@
<TR>
<<%$th%> ALIGN="right"><% $opt{'label'} || 'Service location' %></<%$th%>>
<TD COLSPAN=7>
- <SELECT NAME="locationnum" onChange="locationnum_changed(this);">
+ <SELECT NAME = "locationnum"
+ ID = "locationnum"
+ onChange = "locationnum_changed(this);"
+ >
<OPTION VALUE=""><% $opt{'empty_label'} || '(default service address)' |h %>
% my @locations = $cust_main ? $cust_main->cust_location : ();
% push @locations, $cust_location
More information about the freeside-commits
mailing list