From b3215bc9e57be75ca8482f53bf678783dc4beb01 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 12 Feb 2014 14:59:16 -0800 Subject: EDI and other uncommon payments on payment report, RT#27557 --- FS/FS/payby.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FS') diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm index b33f8f3d1..197d4995b 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' => { -- cgit v1.2.1