Corrected Usesum

This commit is contained in:
2025-03-10 14:59:54 +01:00
parent d83f31c3c2
commit 14e4e79c43
3 changed files with 30 additions and 9 deletions

View File

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