From 52e23dfa86b11c17903952a99f87893ef09db743 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 27 Feb 2013 15:43:54 -0800 Subject: [PATCH] don't allow selection of cust_main-check_unique in 3.0 until it works (since it borks customer add), RT#21646 --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], }, -- 2.11.0