diff --git a/process/Order_lib/process.js b/process/Order_lib/process.js index 2656a5449883015dde7297b8d4e0de153f7277d7..73b3a8ff6fe3bafdea48abc90e605773b2236905 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) {