diff options
| author | ivan <ivan> | 2009-10-12 01:45:12 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-10-12 01:45:12 +0000 |
| commit | 0b94e40c533288be69a4fe60da36a385d31eff7f (patch) | |
| tree | 8284d3c555e7b0cdfd731c567059f7f60319e3c0 /httemplate/misc/cities.cgi | |
| parent | 990e040448691dd4bd26c871274c65204cb7707b (diff) | |
UI for per-city taxes (setup and assigning to customers/package locations), RT#5852
Diffstat (limited to 'httemplate/misc/cities.cgi')
| -rw-r--r-- | httemplate/misc/cities.cgi | 7 |
1 files changed, 7 insertions, 0 deletions
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); + +</%init> |
