ZUGFeRD: Test-Modus über Mandantenkonfiguration konfigurierbar gemacht
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index cccd690..76373ea 100644 (file)
@@ -41,7 +41,7 @@ __PACKAGE__->meta->columns(
   coa                                       => { type => 'text' },
   company                                   => { type => 'text' },
   create_part_if_not_found                  => { type => 'boolean', default => 'false' },
-  create_zugferd_invoices                   => { type => 'boolean' },
+  create_zugferd_invoices                   => { type => 'integer' },
   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 },