X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5da10e0193a990f94c50252738f33f42d0e7e567..80457526fe12b504d09c8ddf3db81c754c9938e2:/SL/DB/MetaSetup/Customer.pm?ds=inline 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' },