diff options
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/xmlhttp-cust_main-display_recurring.html | 2 |
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; |