[freeside-commits] freeside/httemplate/edit/process quick-cust_pkg.cgi, 1.21, 1.21.2.1
Erik Levinson
levinse at wavetail.420.am
Sun Apr 24 21:37:13 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv25744/httemplate/edit/process
Modified Files:
Tag: FREESIDE_2_1_BRANCH
quick-cust_pkg.cgi
Log Message:
add waive setup fee upon package order feature, RT12568
Index: quick-cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/quick-cust_pkg.cgi,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -w -d -r1.21 -r1.21.2.1
--- quick-cust_pkg.cgi 12 Oct 2010 01:15:17 -0000 1.21
+++ quick-cust_pkg.cgi 25 Apr 2011 04:37:11 -0000 1.21.2.1
@@ -70,6 +70,7 @@
? parse_datetime($cgi->param('contract_end'))
: ''
),
+ 'waive_setup' => ( $cgi->param('waive_setup') eq 'Y' ? 'Y' : '' ),
#'discountnum_disabled' => scalar($cgi->param('discountnum_disabled')),
};
More information about the freeside-commits
mailing list