From b09d6c6464fa59fb4a0797df00ce1f2aec051b6c Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 11 Apr 2011 01:24:41 +0000 Subject: fix misfire of USPS address correction on non-new locations, RT#12183 --- httemplate/misc/order_pkg.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'httemplate/misc/order_pkg.html') diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index 17c56055e..18ad74606 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -94,6 +94,7 @@ @@ -136,7 +137,7 @@
% my $onclick = $cgi->param('lock_locationnum') % ? 'document.OrderPkgForm.submit()' -% : 'standardize_locations()'; +% : 'standardize_new_location()'; > + + + -- cgit v1.2.1