[freeside-commits] freeside/httemplate/elements menu.html, 1.100.2.7, 1.100.2.8

Erik Levinson levinse at wavetail.420.am
Wed Jan 26 21:10:13 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	menu.html 
Log Message:
note classes backport to 2.1 branch, RT9995

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.100.2.7
retrieving revision 1.100.2.8
diff -u -w -d -r1.100.2.7 -r1.100.2.8
--- menu.html	18 Jan 2011 00:59:04 -0000	1.100.2.7
+++ menu.html	27 Jan 2011 05:10:10 -0000	1.100.2.8
@@ -434,6 +434,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