]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/DunningConfig.pm
MetaSetups mit RDBO >= 0.809 neu bauen
[mfinanz.git] / SL / DB / MetaSetup / DunningConfig.pm
index 61e2db30f6151481c5de5fc2b97813ae6aa3df8d..91a504a236f88e81a67f75575f26a6faa020cba1 100644 (file)
@@ -18,9 +18,9 @@ __PACKAGE__->meta->columns(
   email_attachment         => { type => 'boolean' },
   email_body               => { type => 'text' },
   email_subject            => { type => 'text' },
-  fee                      => { type => 'numeric', precision => 5, scale => 15 },
+  fee                      => { type => 'numeric', precision => 15, scale => 5 },
   id                       => { type => 'integer', not_null => 1, sequence => 'id' },
-  interest_rate            => { type => 'numeric', precision => 5, scale => 15 },
+  interest_rate            => { type => 'numeric', precision => 15, scale => 5 },
   payment_terms            => { type => 'integer' },
   template                 => { type => 'text' },
   terms                    => { type => 'integer' },