IO-1023 receive parts modal updates.
This commit is contained in:
@@ -101,6 +101,7 @@ export function PartsOrderListTableComponent({
|
||||
partsorderlines: record.parts_order_lines.map((pol) => {
|
||||
return {
|
||||
joblineid: pol.job_line_id,
|
||||
id: pol.id,
|
||||
line_desc: pol.line_desc,
|
||||
quantity: pol.quantity,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user