summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2021-08-18 11:11:29 -0700
committerIvan Kohler <ivan@freeside.biz>2021-08-18 11:11:29 -0700
commit1fc8addc56f8daf12397da568eb1ac1b27fd3984 (patch)
tree5f3456e8ba21dc4457606e6fdfca00e38d65d583 /httemplate/misc
parent57bb423fe457ba4e13726877f53bcdf944f828f8 (diff)
quiet warnings about CGI::param in list context
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/xmlhttp-cust_main-display_recurring.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/xmlhttp-cust_main-display_recurring.html b/httemplate/misc/xmlhttp-cust_main-display_recurring.html
index dd9ed3bb5..6c9cf69a9 100644
--- a/httemplate/misc/xmlhttp-cust_main-display_recurring.html
+++ b/httemplate/misc/xmlhttp-cust_main-display_recurring.html
@@ -1,7 +1,7 @@
<% encode_json($return) %>\
<%init>
-my %arg = $cgi->param('arg');
+my %arg = $cgi->multi_param('arg');
my $custnum = delete($arg{'custnum'});
my $error;