X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3eb3d1b144adb92e62de08e67dc6ff3d39bf7483..464f44a:/SL/DB/MetaSetup/DeliveryOrderItemsStock.pm?ds=inline diff --git a/SL/DB/MetaSetup/DeliveryOrderItemsStock.pm b/SL/DB/MetaSetup/DeliveryOrderItemsStock.pm index 4263531f6..4324c9356 100644 --- a/SL/DB/MetaSetup/DeliveryOrderItemsStock.pm +++ b/SL/DB/MetaSetup/DeliveryOrderItemsStock.pm @@ -16,7 +16,7 @@ __PACKAGE__->meta->columns( id => { type => 'integer', not_null => 1, sequence => 'id' }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, - qty => { type => 'numeric', not_null => 1, precision => 5, scale => 15 }, + qty => { type => 'numeric', not_null => 1, precision => 15, scale => 5 }, unit => { type => 'varchar', length => 20, not_null => 1 }, warehouse_id => { type => 'integer', not_null => 1 }, );