[freeside-commits] branch FREESIDE_3_BRANCH updated. 85636d71668210cd39c7f44d7ce78ff09519b956
Mark Wells
mark at 420.am
Thu Jan 16 14:50:24 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 85636d71668210cd39c7f44d7ce78ff09519b956 (commit)
from c5c8669beae1c3d377fce51bdcbf917994f66175 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 85636d71668210cd39c7f44d7ce78ff09519b956
Author: Mark Wells <mark at freeside.biz>
Date: Thu Jan 16 14:49:52 2014 -0800
fix census tract editing when not using address standardization, #23497
diff --git a/httemplate/edit/cust_location.cgi b/httemplate/edit/cust_location.cgi
index 774b667..38816db 100755
--- a/httemplate/edit/cust_location.cgi
+++ b/httemplate/edit/cust_location.cgi
@@ -26,12 +26,8 @@ ACTION="<% $p %>edit/process/cust_location.cgi" METHOD=POST>
<BR>
<SCRIPT TYPE="text/javascript">
function go() {
-% if ( FS::Conf->new->config('address_standardize_method') ) {
- standardize_locations();
-% } else {
confirm('Modify this service location?') &&
- document.EditLocationForm.submit();
-% }
+ standardize_locations();
}
function submit_abort() {
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/cust_location.cgi | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
More information about the freeside-commits
mailing list