diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 152a73b0..504a19f3 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -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