BUGFIX: single-dbh: Rollback bei Auftrag => Angebot
authorMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Wed, 9 Nov 2016 13:43:30 +0000 (14:43 +0100)
committerMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Wed, 9 Nov 2016 13:43:30 +0000 (14:43 +0100)
hier fehlt der returnwert 1 damit kein Rollback gemacht wird
Korrektur von 8e0f6e70

(Womöglich noch woanders fehlerhaft !)

SL/OE.pm

index 86869f2..c82a332 100644 (file)
--- 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;