basics customer view is default in 3.0+
authorIvan Kohler <ivan@freeside.biz>
Sat, 24 Mar 2012 23:54:23 +0000 (16:54 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 24 Mar 2012 23:54:23 +0000 (16:54 -0700)
FS/FS/access_user.pm

index b263f07..5d5cc12 100644 (file)
@@ -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