X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_pay-import.cgi;h=897de992cc1a5fec7dd48eec7674a2b893dd7d1e;hp=bc4ac83b250aa631266d1f3cd58c7d6eada870fb;hb=1fc8addc56f8daf12397da568eb1ac1b27fd3984;hpb=61ea51152f19edd37043f6c29303bfe16809f0f6 diff --git a/httemplate/misc/cust_pay-import.cgi b/httemplate/misc/cust_pay-import.cgi index bc4ac83b2..897de992c 100644 --- a/httemplate/misc/cust_pay-import.cgi +++ b/httemplate/misc/cust_pay-import.cgi @@ -87,5 +87,5 @@ Field information: <%init> my $paybatch = time2str('webbatch-%Y/%m/%d-%T'. "-$$-". rand() * 2**32, time); my %paybys; -tie %paybys, 'Tie::IxHash', FS::payby->payment_payby2longname(); +tie %paybys, 'Tie::IxHash', FS::payby->payment_payby2payname();