#8201: Fix descriptor icons error #1080

Merged
jon merged 12 commits from 8201-DescriptorIcons into dev 2024-12-27 09:55:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fad3e49e2f - Show all commits

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"