0
0
Fork 0

fix: refs #7039 supplierSummary

This commit is contained in:
Robert Ferrús 2024-07-26 12:55:36 +02:00
parent 21b642a7c5
commit d4ff3ab993
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ function getUrl(section) {
/>
<VnLv
:label="t('supplier.summary.country')"
:value="supplier.country?.country"
:value="supplier.country?.name"
dash
/>
</QCard>