Verkaufsbelege: optional nur Projekte des Kunden anbieten
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index 5f924cd..2015b90 100644 (file)
@@ -33,6 +33,7 @@ __PACKAGE__->meta->columns(
   company                                  => { type => 'text' },
   currency_id                              => { type => 'integer', not_null => 1 },
   customer_hourly_rate                     => { type => 'numeric', precision => 8, scale => 2 },
+  customer_projects_only_in_sales          => { type => 'boolean', default => 'false', not_null => 1 },
   customernumber                           => { type => 'text' },
   datev_check_on_ap_transaction            => { type => 'boolean', default => 'true' },
   datev_check_on_ar_transaction            => { type => 'boolean', default => 'true' },