don't allow selection of cust_main-check_unique in 3.0 until it works (since it borks...
authorIvan Kohler <ivan@freeside.biz>
Wed, 27 Feb 2013 23:43:54 +0000 (15:43 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 27 Feb 2013 23:43:54 +0000 (15:43 -0800)
FS/FS/Conf.pm

index 2931f35..4b56eae 100644 (file)
@@ -3995,7 +3995,7 @@ and customer address. Include units.',
     'type'        => 'select',
     'multiple'    => 1,
     'select_hash' => [ 
-      'address1' => 'Billing address',
+      #'address1' => 'Billing address',
     ],
   },