[freeside-commits] branch master updated. 2ead33f915536127cd148d4e2ca474b9c45c634b
Ivan
ivan at 420.am
Mon Jul 13 15:45:16 PDT 2015
The branch, master has been updated
via 2ead33f915536127cd148d4e2ca474b9c45c634b (commit)
from 8f1f857ffd2f01a543bdef6b8486ad8c90bd302a (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 2ead33f915536127cd148d4e2ca474b9c45c634b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 13 15:45:15 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