Added Function to Cancel Invoices

This commit is contained in:
2025-01-17 17:26:59 +01:00
parent cdb3131185
commit 6626bd568d
5 changed files with 63 additions and 9 deletions

View File

@@ -111,7 +111,7 @@
</div>
</template>
<template #amount-data="{row}">
{{displayCurrency(calculateDocSum(row))}}
<span v-if="row.type !== 'deliveryNotes'">{{displayCurrency(calculateDocSum(row))}}</span>
</template>
</UTable>