[freeside-commits] freeside/httemplate/edit/process cust_pkg_discount.html, 1.2.4.1, 1.2.4.2 quick-cust_pkg.cgi, 1.21.2.1, 1.21.2.2

Erik Levinson levinse at wavetail.420.am
Fri Apr 29 05:10:52 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_pkg_discount.html quick-cust_pkg.cgi 
Log Message:
apply discount to setup fees, part 1 of 2, RT11512

Index: cust_pkg_discount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_pkg_discount.html,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -u -w -d -r1.2.4.1 -r1.2.4.2
--- cust_pkg_discount.html	12 Jan 2011 06:26:43 -0000	1.2.4.1
+++ cust_pkg_discount.html	29 Apr 2011 12:10:49 -0000	1.2.4.2
@@ -39,6 +39,7 @@
   'amount'      => scalar($cgi->param('discountnum_amount')),
   'percent'     => scalar($cgi->param('discountnum_percent')),
   'months'      => scalar($cgi->param('discountnum_months')),
+  'setup'      => scalar($cgi->param('discountnum_setup')),
   #'disabled'    => $self->discountnum_disabled,
 };
 my $error = $cust_pkg_discount->insert;

Index: quick-cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/quick-cust_pkg.cgi,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -u -w -d -r1.21.2.1 -r1.21.2.2
--- quick-cust_pkg.cgi	25 Apr 2011 04:37:11 -0000	1.21.2.1
+++ quick-cust_pkg.cgi	29 Apr 2011 12:10:50 -0000	1.21.2.2
@@ -66,6 +66,7 @@
   'discountnum_amount'   => scalar($cgi->param('discountnum_amount')),
   'discountnum_percent'  => scalar($cgi->param('discountnum_percent')),
   'discountnum_months'   => scalar($cgi->param('discountnum_months')),
+  'discountnum_setup'    => scalar($cgi->param('discountnum_setup')),
   'contract_end'         => ( scalar($cgi->param('contract_end'))
                                 ? parse_datetime($cgi->param('contract_end'))
                                 : ''



More information about the freeside-commits mailing list