]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Tax.pm
MetaSetups mit RDBO >= 0.809 neu bauen
[mfinanz.git] / SL / DB / MetaSetup / Tax.pm
index b0dc314b8df717399fdab5713b79c40276ba0d47..dcc0d11e6c29272785caded083551a1a1e71c4e7 100644 (file)
@@ -14,7 +14,7 @@ __PACKAGE__->meta->columns(
   id               => { type => 'integer', not_null => 1, sequence => 'id' },
   itime            => { type => 'timestamp', default => 'now()' },
   mtime            => { type => 'timestamp' },
-  rate             => { type => 'numeric', default => '0', not_null => 1, precision => 5, scale => 15 },
+  rate             => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
   taxdescription   => { type => 'text', not_null => 1 },
   taxkey           => { type => 'integer', not_null => 1 },
   taxnumber        => { type => 'text' },