Merge pull request 'fix: refs #7039 supplier search-panel country' (!2583) from 7039-supplierFixCountry into master
gitea/salix/pipeline/head This commit looks good Details
gitea/salix/pipeline/pr-test This commit looks good Details
gitea/salix/pipeline/pr-master Build started... Details

Reviewed-on: #2583
Reviewed-by: Carlos Satorres <carlossa@verdnatura.es>
This commit is contained in:
Robert Ferrús 2024-06-13 06:50:42 +00:00
commit 78fde69c32
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>