X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_pay-import.cgi;h=897de992cc1a5fec7dd48eec7674a2b893dd7d1e;hb=c6d8896d882b684b1f3c7a2538a90358b27aaf89;hp=ee0154db5f3b6e835cc02bd75da62adad4cc5efe;hpb=1ac4a177bd93ad7a97a45aacb66aa0bc9c23726b;p=freeside.git diff --git a/httemplate/misc/cust_pay-import.cgi b/httemplate/misc/cust_pay-import.cgi index ee0154db5..897de992c 100644 --- a/httemplate/misc/cust_pay-import.cgi +++ b/httemplate/misc/cust_pay-import.cgi @@ -33,15 +33,14 @@ Import a file containing customer payments. Format <% include( '/elements/tr-select-payby.html', 'paybys' => \%paybys, - 'no_all' => 1, + 'disable_empty' => 1, 'label' => 'Payment type', ) %> @@ -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();