IO-244 IOU Bug Fixes
This commit is contained in:
@@ -108,8 +108,9 @@ 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.oem_partno = `${line.oem_partno} - IOU $${line.act_price}/${line.mod_lb_hrs}hrs`;
|
||||
line.act_price = 0;
|
||||
line.mod_lb_hrs = 0;
|
||||
line.manual_line = true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user