From 75ddd5240b233dd45f1d748f628e01238be0e751 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 29 Mar 2013 15:00:51 -0700 Subject: [PATCH] "Edit Location" should standardize, #13763, #14717 --- httemplate/edit/cust_location.cgi | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/httemplate/edit/cust_location.cgi b/httemplate/edit/cust_location.cgi index 80b27c2b3..a5e7d209e 100755 --- a/httemplate/edit/cust_location.cgi +++ b/httemplate/edit/cust_location.cgi @@ -7,20 +7,28 @@ ACTION="<% $p %>edit/process/cust_location.cgi" METHOD=POST> <% ntable('#cccccc') %> -<% include('/elements/location.html', +<& /elements/location.html, 'object' => $cust_location, 'no_asterisks' => 1, - ) %> +&> +<& /elements/standardize_locations.html, + 'form' => 'EditLocationForm', + 'callback' => 'document.EditLocationForm.submit();', +&>
- - + -- 2.11.0