X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2ea07c13e111b88478827bf621d41df3eec19dac..d1f44c84d990f57982854c6a4716c0f233f45bca:/SL/DB/MetaSetup/SepaExportItem.pm diff --git a/SL/DB/MetaSetup/SepaExportItem.pm b/SL/DB/MetaSetup/SepaExportItem.pm index c0cd5d7d5..b24588af7 100644 --- a/SL/DB/MetaSetup/SepaExportItem.pm +++ b/SL/DB/MetaSetup/SepaExportItem.pm @@ -21,7 +21,7 @@ __PACKAGE__->meta->columns( our_depositor => { type => 'text' }, our_iban => { type => 'varchar', length => 100 }, payment_type => { type => 'text', default => 'without_skonto' }, - reference => { type => 'varchar', length => 35 }, + reference => { type => 'varchar', length => 140 }, requested_execution_date => { type => 'date' }, sepa_export_id => { type => 'integer', not_null => 1 }, skonto_amount => { type => 'numeric', precision => 25, scale => 5 },