Merge pull request 'fix: discount class' (!1137) from fix_discount_class into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1137
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
This commit is contained in:
Javier Segarra 2024-12-27 09:49:59 +00:00
commit 0211aeb5cf
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ async function saveWhenHasChanges() {
</QTd> </QTd>
</template> </template>
<template #body-cell-discount="{ row, value, rowIndex }"> <template #body-cell-discount="{ row, value, rowIndex }">
<QTd auto-width align="right" class="text-primary shrink"> <QTd auto-width align="right" class="link shrink">
{{ value }} {{ value }}
<VnDiscount <VnDiscount
:quantity="row.quantity" :quantity="row.quantity"