no jumbo view in 4.x, but new Appointments and Quotation views if you want to set...
authorIvan Kohler <ivan@freeside.biz>
Thu, 2 Jul 2015 02:11:20 +0000 (19:11 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 2 Jul 2015 02:11:20 +0000 (19:11 -0700)
httemplate/pref/pref.html

index ffc90fd..4629106 100644 (file)
@@ -281,12 +281,13 @@ tie my %customer_views, 'Tie::IxHash',
   'Basics'          => 'basics',
   'Notes'           => 'notes', #notes and files?
   'Tickets'         => 'tickets',
+  'Appointments'    => 'appointments',
+  'Quotations'      => 'quotations',
   'Packages'        => 'packages',
   'Payment History' => 'payment_history',
 ;
 $customer_views{'Change History'} = 'change_history'
   if $curuser->access_right('View customer history');
-$customer_views{'Jumbo'} = 'jumbo';
 
 # XSS via your own preferences?  seems unlikely, but nice try anyway...
 ( $curuser->option('menu_position') || 'top' )