0
0
Fork 0

Merge pull request 'fix: use right variable instead item.name' (!1048) from hotfix_ticketSale_concept into master

Reviewed-on: verdnatura/salix-front#1048
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Javier Segarra 2024-12-04 14:06:21 +00:00
commit 0198a25972
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ watch(
</template>
<template #column-item="{ row }">
<div class="row column full-width justify-between items-start">
{{ row?.item?.name }}
{{ row?.concept }}
<div v-if="row?.item?.subName" class="subName">
{{ row?.item?.subName.toUpperCase() }}
</div>