[freeside-commits] branch master updated. 7f751940088ed6dabcf6cbcd67993313296b21bc

Christopher Burger burgerc at freeside.biz
Tue Jun 19 10:10:06 PDT 2018


The branch, master has been updated
       via  7f751940088ed6dabcf6cbcd67993313296b21bc (commit)
      from  7b52b31205b01810da69c7e64cf8ad3806988757 (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 7f751940088ed6dabcf6cbcd67993313296b21bc
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Tue Jun 19 13:08:59 2018 -0400

    RT# 34134 - readded config option and move to deprecated section

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 5c6c411b3..35932b8bd 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2788,6 +2788,13 @@ and customer address. Include units.',
   },
 
   {
+    'key'         => 'manual_process-single_invoice_amount',
+    'section'     => 'deprecated',
+    'description' => 'When entering manual credit card and ACH payments, amount will not autofill if the customer has more than one open invoice',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'manual_process-pkgpart',
     'section'     => 'payments',
     'description' => 'Package to add to each manual credit card and ACH payment entered by employees from the backend.  WARNING: Although recently permitted to US merchants in general, specific consumer protection laws may prohibit or restrict this practice in California, Colorado, Connecticut, Florda, Kansas, Maine, Massachusetts, New York, Oklahome, and Texas. Surcharging is also generally prohibited in most countries outside the US, AU and UK.',

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

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




More information about the freeside-commits mailing list