summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-04-03 19:36:13 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-04-03 19:41:29 -0500
commit328e2e3bc40c6aef5a8bc5984f837cac2d8e95af (patch)
treec9b03851f3265f619d9390e1cd4d161ee98e6dc8 /httemplate
parentd5523a70b46146a35943b79379526b64aa5cf146 (diff)
RT#34201: Payment import option
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/cust_pay-import.cgi2
1 files changed, 1 insertions, 1 deletions
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();
</%init>