[freeside-commits] freeside/httemplate/elements menu.html, 1.102, 1.103

Erik Levinson levinse at wavetail.420.am
Thu Dec 9 22:02:55 PST 2010


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

Modified Files:
	menu.html 
Log Message:
implement customer note classes, RT9995


Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -w -d -r1.102 -r1.103
--- menu.html	20 Nov 2010 23:00:32 -0000	1.102
+++ menu.html	10 Dec 2010 06:02:52 -0000	1.103
@@ -425,6 +425,9 @@
   'Customer categories' =>  [ $fsurl.'browse/cust_category.html', 'Customer categories define groups of customer classes.' ],
 ;
 
+$config_cust{'Customer note classes'} = [ $fsurl.'browse/cust_note_class.html', 'Customer note classes define groups of notes for reporting.' ]
+    if ($conf->exists('note-classes') && $conf->config('note-classes') > 0);
+
 tie my %config_agent, 'Tie::IxHash',
   'Agent types' => [ $fsurl.'browse/agent_type.cgi', 'Agent types define groups of package definitions that you can then assign to particular agents' ],
   'Agents'      => [ $fsurl.'browse/agent.cgi', 'Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)' ],



More information about the freeside-commits mailing list