From: Jonathan Prykop Date: Sat, 29 Aug 2015 22:17:44 +0000 (-0500) Subject: RT#37064: Add action link to manually refund a payment [fixed redir link] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1d4c8f82596a7f3695ba2203e301e497dec9194c RT#37064: Add action link to manually refund a payment [fixed redir link] --- 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 @@ % } 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>