Ticket request hotfix

This commit is contained in:
Joan Sanchez 2021-05-13 12:18:21 +02:00
parent 24981912e4
commit ac02f8b309
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
ng-model="$ctrl.ticketRequest.attenderFk" ng-model="$ctrl.ticketRequest.attenderFk"
url="Workers/activeWithRole" url="Workers/activeWithRole"
show-field="nickname" show-field="nickname"
where="{role: 'buyer'}" where="{role: {inq: ['logistic', 'buyer']}}"
search-function="{firstName: $search}"> search-function="{firstName: $search}">
</vn-autocomplete> </vn-autocomplete>
</vn-horizontal> </vn-horizontal>