]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/OE.pm
BUGFIX: single-dbh: Rollback bei Auftrag => Angebot
[kivitendo-erp.git] / SL / OE.pm
index 86869f235221fe14782638b93453f81bdcb6e49c..c82a3322e731c7c6c36a3a7148aefd987577d303 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;