[freeside-commits] branch master updated. 1d4c8f82596a7f3695ba2203e301e497dec9194c

Jonathan Prykop jonathan at 420.am
Sat Aug 29 15:18:10 PDT 2015


The branch, master has been updated
       via  1d4c8f82596a7f3695ba2203e301e497dec9194c (commit)
      from  2631ae913a1546b2f54f1355017e34b8b4a088bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1d4c8f82596a7f3695ba2203e301e497dec9194c
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Sat Aug 29 17:17:44 2015 -0500

    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 ce72c92..6ad468b 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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/process/cust_refund.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list