From 8bae40e4fc84c0fdf897aa00399e0cebd666abdc Mon Sep 17 00:00:00 2001 From: "b.ulrich" <b.ulrich@bulrich.aditosoftware.local> Date: Wed, 19 Feb 2020 14:57:40 +0100 Subject: [PATCH] [Projekt: Entwicklung - Neon][TicketNr.: 1051275][Serienbrief kann nicht erzeugt werden] --- process/OfferOrder_lib/process.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/process/OfferOrder_lib/process.js b/process/OfferOrder_lib/process.js index 585076d1d7f..fe3e80e78fe 100644 --- a/process/OfferOrder_lib/process.js +++ b/process/OfferOrder_lib/process.js @@ -256,13 +256,6 @@ ItemUtils.prototype.insertPartsList = function(columns, productId, assignedTo, c price = ProductDetails.PriceListToUse.price; vat = ProductDetails.PriceListToUse.vat; } - if(newSelect("takeprice") - .from("prod2prod") - .whereIfSet("PROD2PROD.PROD2PRODID", p2pid) - .cell() == 0){ - price = 0 - } - var vals = [newid , self.offerOrderId -- GitLab