X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_pay-import.cgi;h=897de992cc1a5fec7dd48eec7674a2b893dd7d1e;hb=bb7e827141c9ed68f30765c9ca2ddcd1d760ad2d;hp=102f84286938af0f39b9b843a7469f82223683cb;hpb=3f27b7ce7c72b0ff7061baf3586e130b1c9a1569;p=freeside.git diff --git a/httemplate/misc/cust_pay-import.cgi b/httemplate/misc/cust_pay-import.cgi index 102f84286..897de992c 100644 --- a/httemplate/misc/cust_pay-import.cgi +++ b/httemplate/misc/cust_pay-import.cgi @@ -33,8 +33,7 @@ Import a file containing customer payments. Format @@ -88,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();