diff options
Diffstat (limited to 'FS/FS/Conf.pm')
| -rw-r--r-- | FS/FS/Conf.pm | 9 |
1 files changed, 8 insertions, 1 deletions
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', ], }, |
