fix: discount class #1137

Merged
jsegarra merged 1 commits from fix_discount_class into dev 2024-12-27 09:49:59 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ async function saveWhenHasChanges() {
</QTd>
</template>
<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 }}
<VnDiscount
:quantity="row.quantity"