X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/0e36c22a2610966d3c83957426d0c91b25c65da3..05047096df7e18aad6331c61e705499c2820ddde:/SL/DB/MetaSetup/SepaExportItem.pm 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 },