diff options
author | ivan <ivan> | 2002-07-03 03:47:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-03 03:47:40 +0000 |
commit | 2c9b97801b3981efaf6c65118e3cc1a0368e649c (patch) | |
tree | 538401050aac5124e4925fa7a6c8f3722fc56a67 /httemplate/edit/part_pkg.cgi | |
parent | e1ef1693e6942bbf82ee088f782d871a3b5eefee (diff) |
one-time charges with tax classes
Diffstat (limited to 'httemplate/edit/part_pkg.cgi')
-rwxr-xr-x | httemplate/edit/part_pkg.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 19545bd12..08d5dc906 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -89,6 +89,7 @@ print '>'; print '</TD></TR>'; my $conf = new FS::Conf; +#false laziness w/ view/cust_main.cgi quick order if ( $conf->exists('enable_taxclasses') ) { print '<TR><TD ALIGN="right">Tax class</TD><TD><SELECT NAME="taxclass">'; my $sth = dbh->prepare('SELECT DISTINCT taxclass FROM cust_main_county') |