summaryrefslogtreecommitdiff
path: root/FS/FS/payby.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-12 14:59:16 -0800
committerIvan Kohler <ivan@freeside.biz>2014-02-12 14:59:16 -0800
commitb3215bc9e57be75ca8482f53bf678783dc4beb01 (patch)
treeff0d6fd3ecc4cdeec122c4c2705a7a5c7bdab2fd /FS/FS/payby.pm
parentdfd0a5487139aa2fe33ac87d628e104af4c9d04e (diff)
EDI and other uncommon payments on payment report, RT#27557
Diffstat (limited to 'FS/FS/payby.pm')
-rw-r--r--FS/FS/payby.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm
index b33f8f3..197d499 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' => {