summaryrefslogtreecommitdiff
path: root/httemplate/misc/xmlhttp-cust_main-display_recurring.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2021-08-18 11:11:32 -0700
committerIvan Kohler <ivan@freeside.biz>2021-08-18 11:11:32 -0700
commit3787b82344ddd6447dc9074e95d7e18bf7148ccf (patch)
tree22f459b8e4766ff99f02205fb7fc0dea3232e818 /httemplate/misc/xmlhttp-cust_main-display_recurring.html
parentd6e22939c76c15fe97a298ff2a57b1154d89438f (diff)
quiet warnings about CGI::param in list context
Diffstat (limited to 'httemplate/misc/xmlhttp-cust_main-display_recurring.html')
-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;