X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FDefault.pm;h=2015b9052624c6723c638a7135fb8a394699a957;hb=b50f89e56d91662eb69a47351c430ff6270c7d39;hp=5f924cdf915f9cdd6dcee0adbfacdc6fa5a6910d;hpb=f775b88a24af70fd667683ee235adc2d450e83b9;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index 5f924cdf9..2015b9052 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -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' },