From 798cf217a0d14520c5648560ef8a3095ffcfad27 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 24 Mar 2012 16:54:23 -0700 Subject: [PATCH] basics customer view is default in 3.0+ --- FS/FS/access_user.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/access_user.pm b/FS/FS/access_user.pm index b263f077d..5d5cc126c 100644 --- a/FS/FS/access_user.pm +++ b/FS/FS/access_user.pm @@ -498,7 +498,7 @@ sub access_right { Returns the default customer view for this user, from the "default_customer_view" user preference, the "cust_main-default_view" config, -or the hardcoded default, "jumbo" (may change to "basics" in the near future). +or the hardcoded default, "basics" (formerly "jumbo" prior to 3.0). =cut -- 2.11.0