[freeside-commits] branch FREESIDE_3_BRANCH updated. d7ca3efae5151f95b95cd8523338d3b7d5907d77

Ivan ivan at 420.am
Mon Jul 13 15:45:22 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  d7ca3efae5151f95b95cd8523338d3b7d5907d77 (commit)
      from  60f7d52e392352f4f1c4002478e86d03a8facf03 (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 d7ca3efae5151f95b95cd8523338d3b7d5907d77
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 13 15:45:20 2015 -0700

    fix tyop in batchconfig-nacha-origin_name

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 8c58e9d..4389904 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4008,7 +4008,7 @@ 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.)'.
+    'description' => 'Configuration for NACHA batching, Origin name (defaults to company name, but sometimes bank name is needed instead.)',
     'type'        => 'text',
   },
 

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

Summary of changes:
 FS/FS/Conf.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list