X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/5da10e0193a990f94c50252738f33f42d0e7e567..d32410ac096b:/SL/DB/MetaSetup/Customer.pm diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index ef841126b..1785a6e2f 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,11 +50,13 @@ __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' }, payment_id => { type => 'integer' }, phone => { type => 'text' }, + postal_invoice => { type => 'boolean', default => 'false' }, pricegroup_id => { type => 'integer' }, salesman_id => { type => 'integer' }, street => { type => 'text' },