RT# 32234 Allow unmask of SSN/DL#
[freeside.git] / httemplate / edit / cust_main / bottomfixup.html
1 <& /elements/init_overlib.html &>
2
3 <& /elements/xmlhttp.html,
4   url  => $p.'misc/xmlhttp-address_standardize.html',
5   subs => [ 'address_standardize' ],
6   method => 'POST', #could get too long?
7 &>
8
9 <INPUT TYPE="hidden" NAME="duplicate_of_custnum" VALUE="">
10 <& /elements/xmlhttp.html,
11   url  => $p.'misc/xmlhttp-cust_main-duplicates.html',
12   subs => [ 'duplicates_form' ]
13 &>
14
15 <SCRIPT TYPE="text/javascript">
16 <& bottomfixup.js, @_ &>
17 </SCRIPT>