[freeside-commits] freeside/FS/FS Conf.pm,1.262,1.263
Ivan,,,
ivan at wavetail.420.am
Thu Feb 19 18:41:08 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv21659/FS/FS
Modified Files:
Conf.pm
Log Message:
disable display of auto-suspend dates unless enabled by config. at least until it can be made more efficient. this is slowing down customer view waaaaaaaaaay too much. RT#4830
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- Conf.pm 9 Feb 2009 14:05:30 -0000 1.262
+++ Conf.pm 20 Feb 2009 02:41:06 -0000 1.263
@@ -2650,6 +2650,13 @@
'type' => 'text',
},
+ {
+ 'key' => 'cust_pkg-show_autosuspend',
+ 'section' => 'UI',
+ 'description' => 'Show package auto-suspend dates. Use with caution for now; can slow down customer view for large insallations.',
+ 'type' => 'checkbox',
+ },
+
);
1;
More information about the freeside-commits
mailing list