diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-12 14:59:17 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-12 14:59:17 -0800 |
commit | bf361c90807eb353bfbf5c59bf133d148c823d66 (patch) | |
tree | 15f11547ac3706d4c22d4bf7fe2143852a3fa9bc /FS | |
parent | 0add8843918784300967a321325d48251e131c44 (diff) |
EDI and other uncommon payments on payment report, RT#27557
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/payby.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm index e223a050f..c66691785 100644 --- a/FS/FS/payby.pm +++ b/FS/FS/payby.pm @@ -127,8 +127,8 @@ tie %hash, 'Tie::IxHash', }, 'EDI' => { tinyname => 'EDI', - shortname => 'Electronic Debit', - longname => 'Electronic Debit', + shortname => 'Electronic Debit (EDI)', + longname => 'Electronic Debit (EDI)', cust_main => '', #not a customer type }, 'WIRE' => { |