[freeside-commits] freeside/httemplate/elements tr-select-cust_location.html, 1.19, 1.20
Ivan,,,
ivan at wavetail.420.am
Sun Apr 10 18:24:43 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv28995/elements
Modified Files:
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.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- tr-select-cust_location.html 20 Mar 2011 22:33:38 -0000 1.19
+++ tr-select-cust_location.html 11 Apr 2011 01:24:41 -0000 1.20
@@ -199,7 +199,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);"
+ >
% if ( !$prospect_main && !$opt{'disable_empty'} ) {
<OPTION VALUE=""><% $opt{'empty_label'} || '(default service address)' |h %>
% }
More information about the freeside-commits
mailing list