diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-02 17:53:51 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-02 18:03:09 -0600 |
commit | 65d6c927e8062a04ec262a241ed39f945f998ee9 (patch) | |
tree | d89abf9ec3f1f7fb4f68347709c0503fa3e8c85c /httemplate/misc | |
parent | c880cbc2d246e961149c5b1f4f9b0c4c00753e2b (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.cgi | 2 |
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>', ) %> |