From: Martin Helmling martin.helmling@octosoft.eu Date: Wed, 9 Nov 2016 13:43:30 +0000 (+0100) Subject: BUGFIX: single-dbh: Rollback bei Auftrag => Angebot X-Git-Tag: release-3.5.4~1923 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ea4101ecf18d6fd6e8804db16c4f871a56dda441;p=kivitendo-erp.git BUGFIX: single-dbh: Rollback bei Auftrag => Angebot hier fehlt der returnwert 1 damit kein Rollback gemacht wird Korrektur von 8e0f6e70 (Womöglich noch woanders fehlerhaft !) --- diff --git a/SL/OE.pm b/SL/OE.pm index 86869f235..c82a3322e 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -867,7 +867,7 @@ sub _close_quotations_rfqs { my ($quotation) = $sth->fetchrow_array(); if ($quotation) { - return; + return 1; } my @close_ids;