From 0b94e40c533288be69a4fe60da36a385d31eff7f Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 12 Oct 2009 01:45:12 +0000 Subject: UI for per-city taxes (setup and assigning to customers/package locations), RT#5852 --- httemplate/misc/cities.cgi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 httemplate/misc/cities.cgi (limited to 'httemplate/misc/cities.cgi') diff --git a/httemplate/misc/cities.cgi b/httemplate/misc/cities.cgi new file mode 100644 index 000000000..c92485ee4 --- /dev/null +++ b/httemplate/misc/cities.cgi @@ -0,0 +1,7 @@ +[ <% join(', ', map { qq("$_") } @cities) %> ] +<%init> + +my( $county, $state, $country ) = $cgi->param('arg'); +my @cities = cities($county, $state, $country); + + -- cgit v1.2.1