disable auto-billing of specific customer packages, RT#6378
[freeside.git] / httemplate / edit / process / quick-cust_pkg.cgi
index a095892..202d0a3 100644 (file)
@@ -57,6 +57,7 @@ my $cust_pkg = new FS::cust_pkg {
                                 ? str2time($cgi->param('start_date'))
                                 : ''
                             ),
+  'no_auto'              => scalar($cgi->param('no_auto')),
   'refnum'               => $refnum,
   'locationnum'          => $locationnum,
   'discountnum'          => $discountnum,