diff options
| author | jeff <jeff> | 2010-10-11 19:00:33 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2010-10-11 19:00:33 +0000 |
| commit | eec4949e2c8f09a0b89331437186b77c4db6ff38 (patch) | |
| tree | 5e41fdf9edb1b8ca1fa16051225dc1056e2b84de /httemplate/elements/standardize_locations.html | |
| parent | 001393ff80427429f376f7bf38c42d5280d98dc5 (diff) | |
external taxes support package locations RT10093
Diffstat (limited to 'httemplate/elements/standardize_locations.html')
| -rw-r--r-- | httemplate/elements/standardize_locations.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/httemplate/elements/standardize_locations.html b/httemplate/elements/standardize_locations.html new file mode 100644 index 000000000..9f8b71c62 --- /dev/null +++ b/httemplate/elements/standardize_locations.html @@ -0,0 +1,18 @@ +<% include('/elements/init_overlib.html') %> + +<% include( '/elements/xmlhttp.html', + 'url' => $p.'misc/xmlhttp-cust_main-address_standardize.html', + 'subs' => [ 'address_standardize' ], + #'method' => 'POST', #could get too long? + ) +%> + +<SCRIPT TYPE="text/javascript"> + <% include('/elements/standardize_locations.js', %options) %> +</SCRIPT> + +<%init> + +my (%options) = @_; + +</%init> |
