From 476b1d27798da5c757a3c9cbbea8be1fc5dfbdef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Sat, 10 Dec 2016 11:50:57 +0100 Subject: [PATCH] Vergessener Rose-Lauf zu 76592c8a3 --- SL/DB/MetaSetup/SepaExportItem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.20.1