[freeside-commits] freeside/httemplate/view/elements
svc_Common.html, 1.3, 1.4
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Jan 17 15:27:20 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/view/elements
In directory wavetail:/tmp/cvs-serv1644/httemplate/view/elements
Modified Files:
svc_Common.html
Log Message:
link to customer from manual payment screen (ticket 1414)
Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/elements/svc_Common.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- svc_Common.html 29 Dec 2006 08:51:33 -0000 1.3
+++ svc_Common.html 17 Jan 2007 23:27:17 -0000 1.4
@@ -54,11 +54,10 @@
% if ( $custnum ) {
- <% include("/elements/header.html","View $label: $value", menubar(
- "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum",
- )) %>
+ <% include("/elements/header.html","View $label: $value") %>
- <% include( '/elements/small_custview.html', $custnum, '', 1 ) %>
+ <% include( '/elements/small_custview.html', $custnum, '', 1,
+ "${p}view/cust_main.cgi") %>
<BR>
% } else {
More information about the freeside-commits
mailing list