From e078ca418dcf3c7b92efcd371ce761df3314c369 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 18 Mar 2010 07:59:52 +0000 Subject: disable auto-billing of specific customer packages, RT#6378 --- httemplate/edit/process/quick-charge.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/edit/process/quick-charge.cgi') diff --git a/httemplate/edit/process/quick-charge.cgi b/httemplate/edit/process/quick-charge.cgi index 827530e50..27921b8c3 100644 --- a/httemplate/edit/process/quick-charge.cgi +++ b/httemplate/edit/process/quick-charge.cgi @@ -61,6 +61,7 @@ unless ( $error ) { ? str2time($cgi->param('start_date')) : '' ), + 'no_auto' => scalar($cgi->param('no_auto')), 'pkg' => scalar($cgi->param('pkg')), 'setuptax' => scalar($cgi->param('setuptax')), 'taxclass' => scalar($cgi->param('taxclass')), -- cgit v1.2.1