diff options
author | ivan <ivan> | 2008-04-16 20:34:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-16 20:34:41 +0000 |
commit | fba0d3390b1d53199777735ea0366b450aa2576b (patch) | |
tree | b84d7706b352db49b6bb674fb47f58fa2820103d /httemplate/edit/part_pkg.cgi | |
parent | 6eae00a74907ad88924641a9079c59b55102fb5f (diff) |
fix tax class on package def edit
Diffstat (limited to 'httemplate/edit/part_pkg.cgi')
-rwxr-xr-x | httemplate/edit/part_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 55d1d0ebf..39c0ac3c1 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -75,7 +75,7 @@ {type=>'justtitle', value=>'Taxation' }, {field=>'setuptax', type=>'checkbox', value=>'Y'}, {field=>'recurtax', type=>'checkbox', value=>'Y'}, - {field=>'classnum', type=>'select-taxclass' }, + {field=>'taxclass', type=>'select-taxclass' }, {field=>'taxproductnum', type=>'select-taxproduct' }, { type => 'tablebreak-tr-title', |