summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-08-29 17:17:44 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-08-29 17:40:30 -0500
commit21c0c6fb8fef10843651a81152b02f1c174b3893 (patch)
tree4644a453e455a9a93f9e4778b4c8de2507141ff9
parentf3738a9fcd588d32eea9b0af6a3e884293c0c6e5 (diff)
RT#37064: Add action link to manually refund a payment [fixed redir link]
-rwxr-xr-xhttemplate/edit/process/cust_refund.cgi2
1 files changed, 1 insertions, 1 deletions
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 @@
</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>