[freeside-commits] branch master updated. 942431fdcb3803b7ef98b1be8c4dc188e1a4b5aa

Ivan ivan at 420.am
Wed Feb 27 15:44:08 PST 2013


The branch, master has been updated
       via  942431fdcb3803b7ef98b1be8c4dc188e1a4b5aa (commit)
       via  52e23dfa86b11c17903952a99f87893ef09db743 (commit)
      from  2920cfc494c2811ca7879d6ecaa353d216c9f69d (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 942431fdcb3803b7ef98b1be8c4dc188e1a4b5aa
Merge: 52e23df 2920cfc
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 27 15:44:02 2013 -0800

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


commit 52e23dfa86b11c17903952a99f87893ef09db743
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 27 15:43:54 2013 -0800

    don't allow selection of cust_main-check_unique in 3.0 until it works (since it borks customer add), RT#21646

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 2931f35..4b56eae 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3995,7 +3995,7 @@ and customer address. Include units.',
     'type'        => 'select',
     'multiple'    => 1,
     'select_hash' => [ 
-      'address1' => 'Billing address',
+      #'address1' => 'Billing address',
     ],
   },
 

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

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




More information about the freeside-commits mailing list