fix: refs #7039 supplier search-panel country #2583

Merged
robert merged 1 commits from 7039-supplierFixCountry into master 2024-06-13 06:50:45 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
label="Country" label="Country"
ng-model="filter.countryFk" ng-model="filter.countryFk"
url="countries" url="countries"
show-field="country" show-field="name"
value-field="id"> value-field="id">
</vn-autocomplete> </vn-autocomplete>
</vn-horizontal> </vn-horizontal>