X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FReconciliation.pm;h=9cf25a378ea92a620bcc1647a9e32003d9166cbb;hb=dd5cd96c8b0018f73b6b344b6158bf36c9362898;hp=6e2af691a093124a4caf17147d51bc96680b4666;hpb=7e31f203df4cabbd9fa2c65a93be2e0abafc25b5;p=kivitendo-erp.git 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'); }