summaryrefslogtreecommitdiff
path: root/httemplate/misc
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:36:13 -0500
commitb726a30ae6b7c13224495c493d8918214270cf5c (patch)
tree0d02fc13509ac5f3377183d66f62ea3e98932a34 /httemplate/misc
parent506bee9c2fefa9a3cd4415a069b1fb16d9f4e3ab (diff)
RT#34201: Payment import option
Diffstat (limited to 'httemplate/misc')
-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>