feature/IO-3255-simplified-parts-management - Checkpoint
This commit is contained in:
@@ -130,6 +130,7 @@ const extractUpdatedJobLines = (addsChgs = {}, jobId, currentJobLineNotes = {})
|
||||
lineOut.part_qty = parseFloat(partInfo.Quantity || 0) || 1;
|
||||
lineOut.oem_partno = partInfo.OEMPartNum;
|
||||
lineOut.alt_partno = partInfo?.NonOEM?.NonOEMPartNum;
|
||||
lineOut.part_type = partInfo.PartType || null ? String(partInfo.PartType).toUpperCase() : null;
|
||||
|
||||
// Pricing: act_price from PartPrice, db_price from OEMPartPrice
|
||||
lineOut.act_price = parseFloat(partInfo?.PartPrice || 0);
|
||||
|
||||
Reference in New Issue
Block a user