diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 7b56e26..d68de3b 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -915,6 +915,7 @@ const QuickQuoteEvent = props => { processPrintDataRow.sPartsName = partsDataRow.sPartsName; processPrintDataRow.dProcessInQty = partInfo.dProcessInQty; processPrintDataRow.dLossQty = partInfo.dLossQty; + processPrintDataRow.dAdjustLossQty = partInfo.dAdjustLossQty; processPrintDataRow.dProcessOutQty = partInfo.dProcessOutQty; processPrintDataRow.sId = commonUtils.createSid(); processPrintDataRow.sParentId = masterData.sId;