diff options
author | jeff <jeff> | 2008-02-13 23:45:42 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-02-13 23:45:42 +0000 |
commit | 72fc66f5f5882d670ccce2dfe17d03bb7faad390 (patch) | |
tree | 086ba3d2926b206bc5b9a6ca866890d0dc59b8af /httemplate/edit/process | |
parent | fc6c22c40f3b5362f46eb3ad4739580351bb4076 (diff) |
package class selection for one-time charges RT#1322
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/quick-charge.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/quick-charge.cgi b/httemplate/edit/process/quick-charge.cgi index 3c7cac51d..22f96852f 100644 --- a/httemplate/edit/process/quick-charge.cgi +++ b/httemplate/edit/process/quick-charge.cgi @@ -42,6 +42,7 @@ unless ( $error ) { 'amount' => $amount, 'pkg' => scalar($cgi->param('pkg')), 'taxclass' => scalar($cgi->param('taxclass')), + 'classnum' => scalar($cgi->param('classnum')), 'additional' => \@description, } ); } |