summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-06-21 13:35:52 -0700
committerMark Wells <mark@freeside.biz>2013-06-21 13:35:52 -0700
commit9cccdd3ae700bd7221799ac42e241979d656f5e5 (patch)
tree67a6529fbe56d1b68015a25f17c998694d8b6dbc /FS/FS
parent81451a5988a5985a26101e2bb469679888c53e8f (diff)
clarify correct use of batchconfig-eft_canada, #16252
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 75bba36f8..b88aa11ff 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3686,7 +3686,7 @@ and customer address. Include units.',
{
'key' => 'batchconfig-eft_canada',
'section' => 'billing',
- 'description' => 'Configuration for EFT Canada batching, four lines: 1. SFTP username, 2. SFTP password, 3. Transaction code, 4. Number of days to delay process date.',
+ 'description' => 'Configuration for EFT Canada batching, four lines: 1. SFTP username, 2. SFTP password, 3. Transaction code, 4. Number of days to delay process date. If you are using separate per-agent batches (batch-spoolagent), you must set this option separately for each agent, as the global setting will be ignored.',
'type' => 'textarea',
'per_agent' => 1,
},