[freeside-commits] freeside/FS/FS Conf.pm,1.468.2.4,1.468.2.5
Mark Wells
mark at wavetail.420.am
Wed Sep 7 12:12:57 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv5322/FS/FS
Modified Files:
Tag: FREESIDE_2_3_BRANCH
Conf.pm
Log Message:
show available discounts on invoice, #5318
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.468.2.4
retrieving revision 1.468.2.5
diff -u -w -d -r1.468.2.4 -r1.468.2.5
--- Conf.pm 8 Aug 2011 22:09:35 -0000 1.468.2.4
+++ Conf.pm 7 Sep 2011 19:12:55 -0000 1.468.2.5
@@ -684,6 +684,13 @@
},
{
+ 'key' => 'discount-show_available',
+ 'section' => 'billing',
+ 'description' => 'Show available prepayment discounts on invoices.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'invoice-barcode',
'section' => 'billing',
'description' => 'Display a barcode on HTML and PDF invoices',
More information about the freeside-commits
mailing list