[freeside-commits] branch FREESIDE_4_BRANCH updated. ea25ca75fd236adcbf5d0f2efa96cd55924d9aa1

Ivan ivan at 420.am
Thu Dec 22 14:01:21 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  ea25ca75fd236adcbf5d0f2efa96cd55924d9aa1 (commit)
      from  8b6fed6a5c0bc03bb5c733f0bf918d6e816728b1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ea25ca75fd236adcbf5d0f2efa96cd55924d9aa1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Dec 22 14:01:20 2016 -0800

    omit due date option, RT#73002

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 9afb8d1..c3e6a30 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1566,6 +1566,14 @@ and customer address. Include units.',
   },
 
   { 
+    'key'         => 'invoice_omit_due_date',
+    'section'     => 'invoice_balances',
+    'description' => 'Omit the "Please pay by (date)" from invoices.',
+    'type'        => 'checkbox',
+    'per_agent'   => 1,
+  },
+
+  { 
     'key'         => 'invoice_sections',
     'section'     => 'invoicing',
     'description' => 'Split invoice into sections and label according to package category when enabled.',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    8 ++++++++
 1 file changed, 8 insertions(+)




More information about the freeside-commits mailing list