X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FAssortmentItem.pm;h=8bd1611b59033f46d8fc1e8d6d6fef157cfdca96;hb=7230b956646b33a6a2da270df50d1e8edf5e4dd2;hp=9f217430bff07ea9cb6af70f73453bdb442da3ac;hpb=a89af9c2a38f19bc2834a2e09a286ff36c9ef3d7;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/AssortmentItem.pm b/SL/DB/MetaSetup/AssortmentItem.pm index 9f217430b..8bd1611b5 100644 --- a/SL/DB/MetaSetup/AssortmentItem.pm +++ b/SL/DB/MetaSetup/AssortmentItem.pm @@ -15,7 +15,7 @@ __PACKAGE__->meta->columns( mtime => { type => 'timestamp' }, parts_id => { type => 'integer', not_null => 1 }, position => { type => 'integer', not_null => 1 }, - qty => { type => 'float', not_null => 1, scale => 4 }, + qty => { type => 'float', not_null => 1, precision => 4, scale => 4 }, unit => { type => 'varchar', length => 20, not_null => 1 }, );