[freeside-commits] freeside/httemplate/misc cities.cgi,NONE,1.1
Ivan,,,
ivan at wavetail.420.am
Sun Oct 11 18:45:15 PDT 2009
- Previous message: [freeside-commits] freeside/httemplate/elements location.html, 1.8, 1.9 city.html, NONE, 1.1 select-county.html, 1.3, 1.4 tr-select-cust_location.html, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/edit/cust_main contact.html, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv1395/httemplate/misc
Added Files:
cities.cgi
Log Message:
UI for per-city taxes (setup and assigning to customers/package locations), RT#5852
--- NEW FILE: cities.cgi ---
[ <% join(', ', map { qq("$_") } @cities) %> ]
<%init>
my( $county, $state, $country ) = $cgi->param('arg');
my @cities = cities($county, $state, $country);
</%init>
- Previous message: [freeside-commits] freeside/httemplate/elements location.html, 1.8, 1.9 city.html, NONE, 1.1 select-county.html, 1.3, 1.4 tr-select-cust_location.html, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/edit/cust_main contact.html, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list