[freeside-commits] freeside/FS/FS Conf.pm,1.281,1.282
Ivan,,,
ivan at wavetail.420.am
Tue May 5 15:02:30 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12306/FS/FS
Modified Files:
Conf.pm
Log Message:
hide agent.invoice_template edit by default, with a config to turn back on, RT#5218
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- Conf.pm 3 May 2009 01:11:50 -0000 1.281
+++ Conf.pm 5 May 2009 22:02:28 -0000 1.282
@@ -2774,6 +2774,13 @@
'type' => 'checkbox',
},
+ {
+ 'key' => 'agent-invoice_template',
+ 'section' => 'billing',
+ 'description' => 'Enable display/edit of old-style per-agent invoice template selection',
+ 'type' => 'checkbox',
+ },
+
);
1;
More information about the freeside-commits
mailing list