Resolve bill update error.
This commit is contained in:
@@ -108,7 +108,7 @@ export function BillDetailEditcontainer({
|
|||||||
);
|
);
|
||||||
|
|
||||||
billlines.forEach((billline) => {
|
billlines.forEach((billline) => {
|
||||||
const { deductedfromlbr, ...il } = billline;
|
const { deductedfromlbr, jobline, ...il } = billline;
|
||||||
delete il.__typename;
|
delete il.__typename;
|
||||||
|
|
||||||
if (il.id) {
|
if (il.id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user