fix: product was delete on not send list product
This commit is contained in:
parent
6fc3c69559
commit
6dcd01ffe4
1 changed files with 6 additions and 4 deletions
|
|
@ -763,10 +763,12 @@ export class QuotationController extends Controller {
|
|||
},
|
||||
}
|
||||
: undefined,
|
||||
productServiceList: {
|
||||
deleteMany: {},
|
||||
create: list,
|
||||
},
|
||||
productServiceList: list
|
||||
? {
|
||||
deleteMany: {},
|
||||
create: list,
|
||||
}
|
||||
: undefined,
|
||||
updatedByUserId: req.user.sub,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue