diff options
-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 075733a68..b263f077d 100644 --- a/FS/FS/access_user.pm +++ b/FS/FS/access_user.pm @@ -507,7 +507,7 @@ sub default_customer_view { $self->option('default_customer_view') || $conf->config('cust_main-default_view') - || 'jumbo'; #'basics' in 1.9.1? + || 'basics'; #s/jumbo/basics/ starting with 3.0 } |