summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2009-03-29 23:44:12 +0000
committerivan <ivan>2009-03-29 23:44:12 +0000
commit75989a32bd20f0ab3d38d2cd2c05795ea9b7590d (patch)
tree077c9fd2771e1271f71daf7b1787adb4a9ee6cb5 /FS
parent35e195cdee48f99ca9b6406491696c7cdccb7814 (diff)
hide over 2 (or configured) cancelled and one-time charge packages, RT#5083
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index b6fea5413..17da9def9 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2198,6 +2198,13 @@ worry that config_items is freeside-specific and icky.
},
{
+ 'key' => 'cust_main-packages-years',
+ 'section' => 'UI',
+ 'description' => 'Number of years to show old (cancelled and one-time charge) packages by default. Currently defaults to 2.',
+ 'type' => 'text',
+ },
+
+ {
'key' => 'cust_main-use_comments',
'section' => 'UI',
'description' => 'Display free form comments on the customer edit screen. Useful as a scratch pad.',