]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Shop.pm
Lohnbuchhaltungsimport: Leere Werte für Abteilungen abfangen
[kivitendo-erp.git] / SL / DB / MetaSetup / Shop.pm
index 7987e57cd930ae6957f322abccf6eea929b02cf7..1110fd07a5b9938bc2240dc0befdc37cb51d98c7 100644 (file)
@@ -26,6 +26,7 @@ __PACKAGE__->meta->columns(
   protocol                => { type => 'text', default => 'http', not_null => 1 },
   realm                   => { type => 'text' },
   server                  => { type => 'text' },
   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' },
   sortkey                 => { type => 'integer' },
   taxzone_id              => { type => 'integer' },
   transaction_description => { type => 'text' },