[freeside-commits] branch master updated. 9b759823046afe536b25144726cdbfadbe56b206

Ivan ivan at 420.am
Sat Mar 24 16:53:36 PDT 2012


The branch, master has been updated
       via  9b759823046afe536b25144726cdbfadbe56b206 (commit)
       via  07900013773a1a62d6da920644d9fddf6ea01ede (commit)
      from  bb6b1e9ed5209a5e28e55c6a7b3a1034575d49b9 (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 9b759823046afe536b25144726cdbfadbe56b206
Merge: 0790001 bb6b1e9
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 24 16:53:33 2012 -0700

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 07900013773a1a62d6da920644d9fddf6ea01ede
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 24 16:53:24 2012 -0700

    basics customer view is default in 3.0+

diff --git a/FS/FS/access_user.pm b/FS/FS/access_user.pm
index 075733a..b263f07 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
 
 }
 

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

Summary of changes:
 FS/FS/access_user.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list