From 529a5dd65a7c4bafc924d9284e95ef01c3c8e910 Mon Sep 17 00:00:00 2001 From: "a.voegl" <a.voegl@adito.de> Date: Thu, 18 Jun 2020 15:03:40 +0200 Subject: [PATCH] Comment --- process/Order_lib/process.js | 1 - 1 file changed, 1 deletion(-) diff --git a/process/Order_lib/process.js b/process/Order_lib/process.js index 2656a54498..73b3a8ff6f 100644 --- a/process/Order_lib/process.js +++ b/process/Order_lib/process.js @@ -97,7 +97,6 @@ OrderUtils.createNewOrder = function(pContextId, pRowId, pRelationId) neon.openContext("Order", null, null, neon.OPERATINGSTATE_NEW, params); } -//TODO refactor function to minimize the params and only give an object that contains the data OrderUtils.copyOrder = function (pSourceOfferId, pContactId, pOrderType, pLanguage, pCurrency, pHeader, pFooter, pDeliveryTerm, pPaymentTerm, pPaymentAddress, pDeliveryAddress, pObjectType, pRowId, pDunningDate, pDunningLevel, pCancellation, pOrderStatus) { -- GitLab