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=21c0c6fb8fef10843651a81152b02f1c174b3893 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 6d6ff389e..0fee6ed30 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>