X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/a89af9c2a38f19bc2834a2e09a286ff36c9ef3d7..fa2cf4e6139505b9619efb296b2680c7fd664ae0:/SL/DB/MetaSetup/AssortmentItem.pm 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 }, );