import torrus 1.0.9
[freeside.git] / httemplate / edit / cust_main / bottomfixup.html
1 <% include('/elements/init_overlib.html') %>
2
3 <% include( '/elements/xmlhttp.html',
4               'url'  => $p.'misc/xmlhttp-cust_main-address_standardize.html',
5               'subs' => [ 'address_standardize' ],
6               #'method' => 'POST', #could get too long?
7           )
8 %>
9
10 <% include( '/elements/xmlhttp.html',
11               'url'  => $p.'misc/xmlhttp-cust_main-censustract.html',
12               'subs' => [ 'censustract' ],
13               #'method' => 'POST', #could get too long?
14           )
15 %>
16
17 <SCRIPT TYPE="text/javascript">
18   <% include('bottomfixup.js') %>
19 </SCRIPT>