0
0
Fork 0

Merge pull request 'fix: refs supplierSummary' () from 7039-hotFixSupplierSummary into master

Reviewed-on: 
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Robert Ferrús 2024-07-26 12:00:29 +00:00
commit 01c58484e2
1 changed files with 1 additions and 1 deletions
src/pages/Supplier/Card

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>