X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FCustomer.pm;h=1daa719e95bb9c4008a2351704ba455c873a9e41;hb=f24cf1f5ab8428ced545a382d0f0179ae6f40a81;hp=d0e1b141427a500b2283fdae9712860cf3b0b58c;hpb=55d2c2d507634ded299c8a66e5c043cc277f5d5c;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index d0e1b1414..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' },