X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;fp=httemplate%2Fpref%2Fpref.html;h=46291066cbfcb54379659cf30c638055732f903f;hp=ffc90fde837f131d64dd5d0136cb49629e3e409a;hb=838897525d851ea5cb1386c253471a02a3f41b5f;hpb=d328f8cab1343a156bef7dae94e4d2fcd7509c06 diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index ffc90fde8..46291066c 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -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' )