X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FSepaExportItem.pm;h=81d98b321bd81e17c6f835f2e42638aaaa8eed84;hb=b8ee6b6ed46e55095b955ee1800b8a4b8d8ccc3f;hp=f2b325d8509f0cdada765dd268e3e6ebc93bd46e;hpb=efb9a24f2252104ab4af5c25334119d7c5c70a8c;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/SepaExportItem.pm b/SL/DB/MetaSetup/SepaExportItem.pm index f2b325d85..81d98b321 100644 --- a/SL/DB/MetaSetup/SepaExportItem.pm +++ b/SL/DB/MetaSetup/SepaExportItem.pm @@ -9,7 +9,7 @@ use base qw(SL::DB::Object); __PACKAGE__->meta->table('sepa_export_items'); __PACKAGE__->meta->columns( - amount => { type => 'numeric', precision => 5, scale => 25 }, + amount => { type => 'numeric', precision => 25, scale => 5 }, ap_id => { type => 'integer' }, ar_id => { type => 'integer' }, chart_id => { type => 'integer', not_null => 1 },