From: Werner Hahn Date: Wed, 7 Apr 2021 17:02:28 +0000 (+0200) Subject: Shops: rosedateien für Standartversandkosten X-Git-Tag: kivitendo-mebil_0.1-0~9^2~150 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8186ccfab41f8b6c0a45f13dd99337eb9e3248f0;p=kivitendo-erp.git Shops: rosedateien für Standartversandkosten --- 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' },