[freeside-commits] branch FREESIDE_4_BRANCH updated. 68c4617031a6fd1911c13ffbd962fa7f0087bc6f
Ivan
ivan at 420.am
Mon Jul 13 15:45:19 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 68c4617031a6fd1911c13ffbd962fa7f0087bc6f (commit)
from 66f895c243796452822da741394d1e28d3598695 (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 68c4617031a6fd1911c13ffbd962fa7f0087bc6f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 13 15:45:17 2015 -0700
fix tyop in batchconfig-nacha-origin_name
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index c314149..1d4a85a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3977,7 +3977,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