[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.131, 1.132
Mark Wells
mark at wavetail.420.am
Mon Aug 2 20:30:22 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv30817/httemplate/view
Modified Files:
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.131
retrieving revision 1.132
diff -u -w -d -r1.131 -r1.132
--- cust_main.cgi 27 Jul 2010 01:48:23 -0000 1.131
+++ cust_main.cgi 3 Aug 2010 03:30:20 -0000 1.132
@@ -233,6 +233,10 @@
<% include('cust_main/change_history.html', $cust_main ) %>
% }
+% if ( $view eq 'custom' ) {
+<% include('cust_main/custom.html', $cust_main ) %>
+% }
+
</DIV>
<% include('/elements/footer.html') %>
<%init>
@@ -273,6 +277,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