summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-03-02 17:53:51 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-03-02 17:53:51 -0600
commit3f27b7ce7c72b0ff7061baf3586e130b1c9a1569 (patch)
tree7a1cadf70f1d65f18c94bfdf1a3660b4c1bf024d /httemplate/misc
parent1183337f7bcc30422b525ff14c0b67d48f08f07f (diff)
RT#30825: Modernize Bulk payment importing [error handling for mismatched agentnum]
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 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' => '<B>Payment type</B>',
)
%>