HOTFIX: customerFilter sales person input #939

Merged
jsegarra merged 2 commits from hotfix_customer_salesPerson_Filter into master 2024-11-14 15:26:45 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ca0d70933e - Show all commits

View File

@ -205,6 +205,7 @@ const onThermographCreated = async (data) => {
}" }"
sort-by="thermographFk ASC" sort-by="thermographFk ASC"
option-label="thermographFk" option-label="thermographFk"
option-filter-value="thermographFk"
:disable="viewAction === 'edit'" :disable="viewAction === 'edit'"
:tooltip="t('New thermograph')" :tooltip="t('New thermograph')"
:roles-allowed-to-create="['logistic']" :roles-allowed-to-create="['logistic']"