X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8065f3b476b189791122d71ed13522131efd3c5f;hp=0664c1444d04cb29c883437f4bcb73f0f4f945b6;hb=3a02c437eadd9a39f7e56056ca987a4846650209;hpb=8588f3c0bfbcbeb58dd25a57b5ea375cec00279a diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0664c1444..8065f3b47 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2827,6 +2827,23 @@ worry that config_items is freeside-specific and icky. 'type' => 'textarea', }, + { + 'key' => 'cust_main-default_view', + 'section' => 'UI', + 'description' => 'Default customer view, for users who have not selected a default view in their preferences.', + 'type' => 'select', + 'select_hash' => [ + #false laziness w/view/cust_main.cgi and pref/pref.html + 'basics' => 'Basics', + 'notes' => 'Notes', + 'tickets' => 'Tickets', + 'packages' => 'Packages', + 'payment_history' => 'Payment History', + #'' => 'Change History', + 'jumbo' => 'Jumbo', + ], + }, + ); 1;