summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorjeff <jeff>2008-02-13 23:46:52 +0000
committerjeff <jeff>2008-02-13 23:46:52 +0000
commitba5deb42e573673383c8e9dac0dfe3e4296c4b6d (patch)
tree675988f0a7acb0daf3cdfa7464811c9389ab2e62 /httemplate/edit/process
parent117b59b69ddc3dab173ec531762686d8c49ad08f (diff)
package class selection for one-time charges RT#1322
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/quick-charge.cgi1
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,
} );
}