From 3f27b7ce7c72b0ff7061baf3586e130b1c9a1569 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 2 Mar 2015 17:53:51 -0600 Subject: RT#30825: Modernize Bulk payment importing [error handling for mismatched agentnum] --- httemplate/misc/cust_pay-import.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/cust_pay-import.cgi') diff --git a/httemplate/misc/cust_pay-import.cgi b/httemplate/misc/cust_pay-import.cgi index ee0154db5..102f84286 100644 --- a/httemplate/misc/cust_pay-import.cgi +++ b/httemplate/misc/cust_pay-import.cgi @@ -41,7 +41,7 @@ Import a file containing customer payments. <% include( '/elements/tr-select-payby.html', 'paybys' => \%paybys, - 'no_all' => 1, + 'disable_empty' => 1, 'label' => 'Payment type', ) %> -- cgit v1.2.1