diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 15:45:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 15:45:20 -0700 |
commit | d7ca3efae5151f95b95cd8523338d3b7d5907d77 (patch) | |
tree | d5a9bba0af05ac3b9a366ed8d66cb2cdcbcabbf5 /FS | |
parent | 60f7d52e392352f4f1c4002478e86d03a8facf03 (diff) |
fix tyop in batchconfig-nacha-origin_name
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8c58e9d18..438990484 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', }, |