summaryrefslogtreecommitdiff
path: root/httemplate/elements/standardize_locations.html
diff options
context:
space:
mode:
authorjeff <jeff>2010-10-11 19:00:33 +0000
committerjeff <jeff>2010-10-11 19:00:33 +0000
commiteec4949e2c8f09a0b89331437186b77c4db6ff38 (patch)
tree5e41fdf9edb1b8ca1fa16051225dc1056e2b84de /httemplate/elements/standardize_locations.html
parent001393ff80427429f376f7bf38c42d5280d98dc5 (diff)
external taxes support package locations RT10093
Diffstat (limited to 'httemplate/elements/standardize_locations.html')
-rw-r--r--httemplate/elements/standardize_locations.html18
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>