[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.41,1.397.2.42
Erik Levinson
levinse at wavetail.420.am
Tue Apr 12 21:24:58 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12271/FS/FS
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Conf.pm
Log Message:
add config option to disable auto-application of credits to invoices, RT12331
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.41
retrieving revision 1.397.2.42
diff -u -w -d -r1.397.2.41 -r1.397.2.42
--- Conf.pm 12 Apr 2011 02:51:52 -0000 1.397.2.41
+++ Conf.pm 13 Apr 2011 04:24:55 -0000 1.397.2.42
@@ -655,6 +655,13 @@
},
{
+ 'key' => 'credits-auto-apply-disable',
+ 'section' => 'billing',
+ 'description' => 'Disable the "Auto-Apply to invoices" UI option for new credits',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'discount-show-always',
'section' => 'billing',
'description' => 'Generate a line item on an invoice even when a package is discounted 100%',
More information about the freeside-commits
mailing list