From ba5deb42e573673383c8e9dac0dfe3e4296c4b6d Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 13 Feb 2008 23:46:52 +0000 Subject: package class selection for one-time charges RT#1322 --- httemplate/edit/process/quick-charge.cgi | 1 + httemplate/edit/quick-charge.html | 1 + 2 files changed, 2 insertions(+) (limited to 'httemplate/edit') 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, } ); } diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index e8df37103..95ec70c54 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -82,6 +82,7 @@ function validate_quick_charge () { $ +<% include('/elements/tr-select-pkg_class.html', '') %> <% include('/elements/tr-select-taxclass.html') %> Description: -- cgit v1.2.1