X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/63cb5b41d9b06d0b7f522ef154dd9f57ea428bae..dc78c22510c618deef355808393ecc7bcde319a3:/SL/DB/MetaSetup/Default.pm diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index 73b75fe1b..cccd690f9 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -41,6 +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' }, 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 },