summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authormark <mark>2010-11-12 23:33:53 +0000
committermark <mark>2010-11-12 23:33:53 +0000
commit5188e8406a1fa2bee63ea81090ffefe3d4bf1b89 (patch)
treea1e17929eaca5e3c5ee73a6ef355365b3f26c4ec /FS/FS/Conf.pm
parent718210a60786d78e33031ab60a7614bd009b4851 (diff)
TD EFT batch format, RT#10545
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index a3f1b54..8267b9b 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2898,6 +2898,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'batchconfig-td_eft1464',
+ 'section' => 'billing',
+ 'description' => 'Configuration for TD Bank EFT1464 batching, five lines: 1. Originator ID, 2. Datacenter Code, 3. Short name, 4. Long name, 5. Returned payment branch number, 6. Returned payment account, 7. Transaction code.',
+ 'type' => 'textarea',
+ },
+
+ {
'key' => 'payment_history-years',
'section' => 'UI',
'description' => 'Number of years of payment history to show by default. Currently defaults to 2.',