feat: get active only customer branch quotation
This commit is contained in:
parent
eaabb14492
commit
dc5c111726
1 changed files with 1 additions and 0 deletions
|
|
@ -1237,6 +1237,7 @@ async function getWorkerFromCriteria(
|
|||
page: 1,
|
||||
passport: true,
|
||||
customerBranchId: quotationFormData.value.customerBranchId,
|
||||
activeOnly: true,
|
||||
});
|
||||
|
||||
if (!ret) return false; // error, do not close dialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue