[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.124.2.4, 1.124.2.5

Mark Wells mark at wavetail.420.am
Mon Aug 2 20:30:35 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv30890/httemplate/view

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	cust_main.cgi 
Log Message:
customer view tab for an external info page, RT#8903

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.124.2.4
retrieving revision 1.124.2.5
diff -u -w -d -r1.124.2.4 -r1.124.2.5
--- cust_main.cgi	17 Jul 2010 22:15:16 -0000	1.124.2.4
+++ cust_main.cgi	3 Aug 2010 03:30:33 -0000	1.124.2.5
@@ -230,6 +230,10 @@
 <% include('cust_main/change_history.html', $cust_main ) %> 	 
 % }
 
+% if ( $view eq 'custom' ) {
+<% include('cust_main/custom.html', $cust_main ) %>
+% }
+
 <% include('/elements/footer.html') %>
 <%init>
 
@@ -269,6 +273,8 @@
                                unless $conf->config('payby-default' eq 'HIDE');
 $views{'Change History'}  =  'change_history'
   if $curuser->access_right('View customer history');
+$views{$conf->config('cust_main-custom_title') || 'Custom'} =  'custom'
+  if $conf->config('cust_main-custom_link');
 $views{'Jumbo'}           =  'jumbo';
 
 my %viewname = reverse %views;



More information about the freeside-commits mailing list