X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c22ee7eb1f64431bade6f361259737ed23b7ecc..a3511b2d8974c72e4d26b2d85c5cf1cd711ccb6f:/SL/DB/MetaSetup/DunningConfig.pm?ds=sidebyside diff --git a/SL/DB/MetaSetup/DunningConfig.pm b/SL/DB/MetaSetup/DunningConfig.pm index 61e2db30f..91a504a23 100644 --- a/SL/DB/MetaSetup/DunningConfig.pm +++ b/SL/DB/MetaSetup/DunningConfig.pm @@ -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' },