diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-29 17:17:44 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-29 17:17:44 -0500 |
commit | 1d4c8f82596a7f3695ba2203e301e497dec9194c (patch) | |
tree | 75a70802e5f7930dd8356e408bca86680d9b4a27 /httemplate/edit/process/cust_refund.cgi | |
parent | 2631ae913a1546b2f54f1355017e34b8b4a088bd (diff) |
RT#37064: Add action link to manually refund a payment [fixed redir link]
Diffstat (limited to 'httemplate/edit/process/cust_refund.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_refund.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_refund.cgi b/httemplate/edit/process/cust_refund.cgi index ce72c9253..6ad468b6c 100755 --- a/httemplate/edit/process/cust_refund.cgi +++ b/httemplate/edit/process/cust_refund.cgi @@ -12,7 +12,7 @@ </BODY></HTML> % } else { -<% $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum;show=payment_history") %> +<% $cgi->redirect(popurl(3). "view/cust_main.cgi?custnum=$custnum;show=payment_history") %> % } %} <%init> |