forked from verdnatura/salix-front
hotfix: refs CAU #207614 fix sale.concept field
This commit is contained in:
parent
451619fb88
commit
b6bb8e0952
|
@ -391,7 +391,7 @@ async function changeState(value) {
|
|||
<QTd>{{ props.row.quantity }}</QTd>
|
||||
<QTd class="description-cell">
|
||||
<div class="row full-width justify-between">
|
||||
{{ props.row.item.name }}
|
||||
{{ props.row.concept }}
|
||||
<div v-if="props.row.item.subName" class="subName">
|
||||
{{ props.row.item.subName.toUpperCase() }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue