IO-1914 Add Quantity Handling for inventory.

This commit is contained in:
Patrick Fic
2022-06-07 14:16:54 -07:00
parent a1472cd9ff
commit 77cbbef085
8 changed files with 73 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ export function BillDetailEditcontainer({
});
billlines.forEach((billline) => {
const { deductedfromlbr, jobline, ...il } = billline;
const { deductedfromlbr, inventories, jobline, ...il } = billline;
delete il.__typename;
if (il.id) {