From: Ivan Kohler Date: Wed, 27 Feb 2013 23:43:54 +0000 (-0800) Subject: don't allow selection of cust_main-check_unique in 3.0 until it works (since it borks... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=52e23dfa86b11c17903952a99f87893ef09db743 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 2931f3501..4b56eae61 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', ], },