[freeside-commits]
freeside/httemplate/misc/process payment.cgi, 1.7, 1.8
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Jan 17 15:27:20 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail:/tmp/cvs-serv1644/httemplate/misc/process
Modified Files:
payment.cgi
Log Message:
link to customer from manual payment screen (ticket 1414)
Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/payment.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- payment.cgi 29 Dec 2006 08:35:51 -0000 1.7
+++ payment.cgi 17 Jan 2007 23:27:18 -0000 1.8
@@ -138,14 +138,10 @@
%
<% include( '/elements/header.html', ucfirst($type{$payby}). ' processing successful',
- include('/elements/menubar.html',
- 'Main menu' => popurl(3),
- "View this customer (#$custnum)" =>
- popurl(3). "view/cust_main.cgi?$custnum",
- ),
+ include('/elements/menubar.html'),
)
%>
-<% include( '/elements/small_custview.html', $cust_main ) %>
+<% include( '/elements/small_custview.html', $cust_main, '', '', popurl(3). "view/cust_main.cgi" ) %>
</BODY>
</HTML>
More information about the freeside-commits
mailing list