IO-244 IOU updates to remove act price.
This commit is contained in:
@@ -108,6 +108,8 @@ export async function CreateIouForJob(
|
||||
_tempLines.forEach((line) => {
|
||||
delete line.id;
|
||||
delete line.__typename;
|
||||
line.oem_partno = `line.oem_partno - IOU Price $${line.act_price}`
|
||||
delete line.act_price;
|
||||
line.manual_line = true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user