hotfix: refs CAU #207614 fix sale.concept field #586

Merged
alexm merged 2 commits from hotfix_TicketList_itemName into test 2024-08-05 05:45:48 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ async function changeState(value) {
<QTd>{{ props.row.quantity }}</QTd> <QTd>{{ props.row.quantity }}</QTd>
<QTd class="description-cell"> <QTd class="description-cell">
<div class="row full-width justify-between"> <div class="row full-width justify-between">
{{ props.row.item.name }} {{ props.row.concept }}
<div v-if="props.row.item.subName" class="subName"> <div v-if="props.row.item.subName" class="subName">
{{ props.row.item.subName.toUpperCase() }} {{ props.row.item.subName.toUpperCase() }}
</div> </div>