diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 16:54:23 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-03-26 23:33:18 -0700 |
commit | ed9e6fe7b0f2979ef94f6c399853533ffab8e0d2 (patch) | |
tree | 1dc021d196d06c669364e6398e554f1a23f62b12 | |
parent | 213ad23ac1b8d9449e29522661a428581fcb1ce2 (diff) |
basics customer view is default in 3.0+
-rw-r--r-- | FS/FS/access_user.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |