diff options
| author | Mark Wells <mark@freeside.biz> | 2012-03-01 12:33:48 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-03-01 12:33:48 -0800 |
| commit | 943e96a24a110babfd15f94f95abbf42a95c71ab (patch) | |
| tree | 7eeeff4722605fb40c63100960fcfaf767af6e25 /httemplate/edit/cust_main.cgi | |
| parent | 62b2133f1011cfdc0f0d06a37a04d5f478a7f602 (diff) | |
duplicate address checking for new customers, #16582
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
| -rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 14825d055..d2c0cb785 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -195,7 +195,7 @@ function samechanged(what) { <INPUT TYPE="hidden" NAME="<% $hidden %>" VALUE=""> % } -<& cust_main/bottomfixup.html &> +<& cust_main/bottomfixup.html, 'custnum' => $custnum &> <BR> <INPUT TYPE = "button" |
