X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FShop.pm;h=1110fd07a5b9938bc2240dc0befdc37cb51d98c7;hb=8186ccfab41f8b6c0a45f13dd99337eb9e3248f0;hp=7987e57cd930ae6957f322abccf6eea929b02cf7;hpb=350fba592256b332e51ba09c5f65bada3836784d;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Shop.pm b/SL/DB/MetaSetup/Shop.pm index 7987e57cd..1110fd07a 100644 --- a/SL/DB/MetaSetup/Shop.pm +++ b/SL/DB/MetaSetup/Shop.pm @@ -26,6 +26,7 @@ __PACKAGE__->meta->columns( protocol => { type => 'text', default => 'http', not_null => 1 }, realm => { type => 'text' }, server => { type => 'text' }, + shipping_costs_parts_id => { type => 'integer' }, sortkey => { type => 'integer' }, taxzone_id => { type => 'integer' }, transaction_description => { type => 'text' },