[freeside-commits] freeside/httemplate/edit/process quick-charge.cgi, 1.19, 1.20 quick-cust_pkg.cgi, 1.17, 1.18

Ivan,,, ivan at wavetail.420.am
Thu Mar 18 00:59:54 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv20243/httemplate/edit/process

Modified Files:
	quick-charge.cgi quick-cust_pkg.cgi 
Log Message:
disable auto-billing of specific customer packages, RT#6378

Index: quick-charge.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/quick-charge.cgi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- quick-charge.cgi	10 Oct 2009 00:00:32 -0000	1.19
+++ quick-charge.cgi	18 Mar 2010 07:59:52 -0000	1.20
@@ -61,6 +61,7 @@
                            ? 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')),

Index: quick-cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/quick-cust_pkg.cgi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -d -r1.17 -r1.18
--- quick-cust_pkg.cgi	5 Feb 2010 02:39:31 -0000	1.17
+++ quick-cust_pkg.cgi	18 Mar 2010 07:59:52 -0000	1.18
@@ -57,6 +57,7 @@
                                 ? str2time($cgi->param('start_date'))
                                 : ''
                             ),
+  'no_auto'              => scalar($cgi->param('no_auto')),
   'refnum'               => $refnum,
   'locationnum'          => $locationnum,
   'discountnum'          => $discountnum,



More information about the freeside-commits mailing list