X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=20abd4546a2415a7aabc9e2fe2f9d118b028c097;hp=0fe3ca977c199db5b3de44b8dfa5ce721eab4b30;hb=e1b1693a656964c6db0b8a3fb85494014434dcb1;hpb=cd2241d7ea1ce53a626adfd58a908cfd822c618c diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0fe3ca977..20abd4546 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2319,6 +2319,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'change_history-years', + 'section' => 'UI', + 'description' => 'Number of years of change history to show by default. Currently defaults to 0.5.', + 'type' => 'text', + }, + + { '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.', @@ -2976,7 +2983,7 @@ worry that config_items is freeside-specific and icky. 'tickets' => 'Tickets', 'packages' => 'Packages', 'payment_history' => 'Payment History', - #'' => 'Change History', + 'change_history' => 'Change History', 'jumbo' => 'Jumbo', ], },