diff --git a/src/pages/05_quotation/QuotationFormWorkerAddDialog.vue b/src/pages/05_quotation/QuotationFormWorkerAddDialog.vue index 81f055ea..1c760984 100644 --- a/src/pages/05_quotation/QuotationFormWorkerAddDialog.vue +++ b/src/pages/05_quotation/QuotationFormWorkerAddDialog.vue @@ -255,6 +255,7 @@ async function getWorkerFromCriteria( page: 1, passport: true, customerBranchId: props.customerBranchId, + activeOnly: true, }); if (!ret) return false; // error, do not close dialog