]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Unit.pm
PriceRule: Waren auch im Einkauf zulassen.
[kivitendo-erp.git] / SL / DB / MetaSetup / Unit.pm
index d8d47afac1df863fb84149c9210983b4372b17ef..d0ef2f7fb664415a43fb8073c53ab09eb9c9e669 100644 (file)
@@ -10,7 +10,7 @@ __PACKAGE__->meta->table('units');
 
 __PACKAGE__->meta->columns(
   base_unit => { type => 'varchar', length => 20 },
-  factor    => { type => 'numeric', precision => 5, scale => 20 },
+  factor    => { type => 'numeric', precision => 20, scale => 5 },
   id        => { type => 'serial', not_null => 1 },
   name      => { type => 'varchar', length => 20, not_null => 1 },
   sortkey   => { type => 'integer', not_null => 1 },