X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FCustomer.pm;h=1daa719e95bb9c4008a2351704ba455c873a9e41;hb=f24cf1f5ab8428ced545a382d0f0179ae6f40a81;hp=ef841126b71ead1ef2ee91b59a55e7781d27a456;hpb=6caf1000dabee234d86457ff433268cebd8e0447;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index ef841126b..1daa719e9 100644 --- a/SL/DB/MetaSetup/Customer.pm +++ b/SL/DB/MetaSetup/Customer.pm @@ -16,6 +16,7 @@ __PACKAGE__->meta->columns( bic => { type => 'text' }, business_id => { type => 'integer' }, c_vendor_id => { type => 'text' }, + c_vendor_routing_id => { type => 'text' }, cc => { type => 'text' }, city => { type => 'text' }, commercial_court => { type => 'text' }, @@ -49,6 +50,7 @@ __PACKAGE__->meta->columns( mandator_id => { type => 'text' }, mtime => { type => 'timestamp' }, name => { type => 'text', not_null => 1 }, + natural_person => { type => 'boolean', default => 'false' }, notes => { type => 'text' }, obsolete => { type => 'boolean', default => 'false' }, order_lock => { type => 'boolean', default => 'false' },