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:24:38 -0500
commitd7b03819e8be84d2801ec94763688df163b41c5e (patch)
tree2f1b5d7807210a518cc1012b094c7e6875c31997
parent8508117a6127dc363736da08be6e71cb7aefc9d3 (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 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>