From 45010c74134a2e4db5f6a21a6e59fcfbeff1518b Mon Sep 17 00:00:00 2001
From: Benjamin Ulrich <b.ulrich@adito.de>
Date: Thu, 20 Feb 2020 10:16:25 +0000
Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?=
 =?UTF-8?q?=201050799][Vertrieb:=20Angebot:=20Reiter=20"Angebotsposten"=20?=
 =?UTF-8?q?-=20Einzelpreis=20aus=20Produkt=20das=20eine=20St=C3=BCckliste?=
 =?UTF-8?q?=20enth=C3=A4lt=20wird=20im=20Angebot=20nicht=20berechnet]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 process/OfferOrder_lib/process.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process/OfferOrder_lib/process.js b/process/OfferOrder_lib/process.js
index b89d167903..fe3e80e78f 100644
--- a/process/OfferOrder_lib/process.js
+++ b/process/OfferOrder_lib/process.js
@@ -267,7 +267,7 @@ ItemUtils.prototype.insertPartsList = function(columns, productId, assignedTo, c
                         , price
                         , vat
                         , P2pObject.quantity
-                        , (P2pObject.optional) ? "1" : "0"
+                        , P2pObject.optional
                         , pos
                         , itemsort]
                     // add aditional details
-- 
GitLab