]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/oe.pl
Bei Wandlung von Angeboten/Preisanfragen in Aufträge erst beim Speichern der Aufträge...
[kivitendo-erp.git] / bin / mozilla / oe.pl
index 44690ddb60299223bacb5130e871df9c8b98e7c9..73216f824dbf9eb27ff863e1155e916e99e334c6 100644 (file)
@@ -1769,11 +1769,6 @@ sub purchase_order {
     check_for_direct_delivery();
   }
 
-  if (   $form->{type} eq 'sales_quotation'
-      || $form->{type} eq 'request_quotation') {
-    OE->close_order(\%myconfig, \%$form);
-  }
-
   if ($form->{type} =~ /^sales_/) {
     delete($form->{ordnumber});
   }
@@ -1795,11 +1790,6 @@ sub sales_order {
   check_oe_access();
   $auth->assert('sales_order_edit');
 
-  if (   $form->{type} eq 'sales_quotation'
-      || $form->{type} eq 'request_quotation') {
-    OE->close_order(\%myconfig, $form);
-  }
-
   if ($form->{type} eq "purchase_order") {
     delete($form->{ordnumber});
   }