summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-02-27 15:43:54 -0800
committerIvan Kohler <ivan@freeside.biz>2013-02-27 15:43:54 -0800
commit52e23dfa86b11c17903952a99f87893ef09db743 (patch)
tree57fb55cc3a771f3b5456f4cb728b668710cec504
parentbb79bc808b080e3c9fb9ebe3275c75343a3385bd (diff)
don't allow selection of cust_main-check_unique in 3.0 until it works (since it borks customer add), RT#21646
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
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',
],
},