]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/AssortmentItem.pm
SHOPOrders Status setzten bei Rechnungen korrigiert
[kivitendo-erp.git] / SL / DB / MetaSetup / AssortmentItem.pm
index 9f217430bff07ea9cb6af70f73453bdb442da3ac..8bd1611b59033f46d8fc1e8d6d6fef157cfdca96 100644 (file)
@@ -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 },
 );