X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FAssortmentItem.pm;h=9f217430bff07ea9cb6af70f73453bdb442da3ac;hb=d7680dd2d045638fc4a1925406e0b7bc4cf1cdcf;hp=5cedfbfa913d31bd7d10e0d27f91ebf83eb4e8d6;hpb=f2b44f136e8193bbda860c377eeb04cd932b713b;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/AssortmentItem.pm b/SL/DB/MetaSetup/AssortmentItem.pm index 5cedfbfa9..9f217430b 100644 --- a/SL/DB/MetaSetup/AssortmentItem.pm +++ b/SL/DB/MetaSetup/AssortmentItem.pm @@ -10,6 +10,7 @@ __PACKAGE__->meta->table('assortment_items'); __PACKAGE__->meta->columns( assortment_id => { type => 'integer', not_null => 1 }, + charge => { type => 'boolean', default => 'true' }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, parts_id => { type => 'integer', not_null => 1 },