X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=1d4a85a57c7d0ba775616612d6c3bb8a6998be3a;hb=2ead33f915536127cd148d4e2ca474b9c45c634b;hp=b384d85afa83fd1846a78f7901b7d6d7372b47dc;hpb=d13dae1c37c36c27f1ac9fd134c5d8b3a4fb9754;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b384d85af..1d4a85a57 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3975,6 +3975,13 @@ and customer address. Include units.', }, { + 'key' => 'batchconfig-nacha-origin_name', + 'section' => 'billing', + 'description' => 'Configuration for NACHA batching, Origin name (defaults to company name, but sometimes bank name is needed instead.)', + 'type' => 'text', + }, + + { 'key' => 'batch-manual_approval', 'section' => 'billing', 'description' => 'Allow manual batch closure, which will approve all payments that do not yet have a status. This is not advised unless needed for specific payment processors that provide a report of rejected rather than approved payments.',