0
0
Fork 0

fix: CusomerSummary to Address

This commit is contained in:
Javier Segarra 2024-08-28 20:33:22 +02:00
parent e8f660ea37
commit 7d526f4aa4
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ const creditWarning = computed(() => {
</QCard>
<QCard class="vn-one" v-if="entity.defaultAddress">
<VnTitle
:url="`#/customer/${entityId}/consignees`"
:url="`#/customer/${entityId}/address`"
:text="t('customer.summary.consignee')"
/>
<VnLv