[freeside-commits] branch FREESIDE_4_BRANCH updated. efcf47213599cf4da16c390dccdf26b2473edaf3

Ivan ivan at 420.am
Wed Jul 1 19:11:23 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  efcf47213599cf4da16c390dccdf26b2473edaf3 (commit)
      from  1ca5d8e1fc7abb3f6870868d7f75cfcb2ea84c4d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit efcf47213599cf4da16c390dccdf26b2473edaf3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 1 19:11:22 2015 -0700

    no jumbo view in 4.x, but new Appointments and Quotation views if you want to set them as the default

diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index ffc90fd..4629106 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' )

-----------------------------------------------------------------------

Summary of changes:
 httemplate/pref/pref.html |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list