From 1acc9e567d9b25d06513775f288ae578a10bff96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Sat, 14 Mar 2020 13:31:21 +0100 Subject: [PATCH] =?utf8?q?Testfall=20f=C3=BCr=20#266=20-=20R=C3=BCckgabewe?= =?utf8?q?rt=20f=C3=BCr=20Routine=20setzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/Reconciliation.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SL/Controller/Reconciliation.pm b/SL/Controller/Reconciliation.pm index 6e2af691a..9cf25a378 100644 --- a/SL/Controller/Reconciliation.pm +++ b/SL/Controller/Reconciliation.pm @@ -198,6 +198,8 @@ sub action_reconcile_proposals { } $counter++; } + + 1; }) or die t8('Unable to reconcile, database transaction failure'); flash('ok', t8('#1 proposal(s) saved.', $counter)); @@ -386,6 +388,8 @@ sub _reconcile { $rec_link->save; } } + + 1; }) or die t8('Unable to reconcile, database transaction failure'); } -- 2.20.1