X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FPrice.pm;h=bef079492a903d66725483813a92f8045bf4f5fc;hb=a3511b2d8974c72e4d26b2d85c5cf1cd711ccb6f;hp=d1c35dc8bb1c3021d17874e9ec3c20c254a56711;hpb=6c22ee7eb1f64431bade6f361259737ed23b7ecc;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Price.pm b/SL/DB/MetaSetup/Price.pm index d1c35dc8b..bef079492 100644 --- a/SL/DB/MetaSetup/Price.pm +++ b/SL/DB/MetaSetup/Price.pm @@ -11,7 +11,7 @@ __PACKAGE__->meta->table('prices'); __PACKAGE__->meta->columns( id => { type => 'serial', not_null => 1 }, parts_id => { type => 'integer' }, - price => { type => 'numeric', precision => 5, scale => 15 }, + price => { type => 'numeric', precision => 15, scale => 5 }, pricegroup_id => { type => 'integer' }, );