Fixed Document Number in banking

This commit is contained in:
2025-04-19 21:25:21 +02:00
parent dc79787f70
commit 8220db14f3

View File

@@ -543,7 +543,7 @@ const archiveStatement = async () => {
>
<template #header>
<div class="flex flex-row justify-between">
<span v-if="customers.find(i => i.id === item.cd_id.customer)">{{item.cd_id.customer.documentNumber}} - {{customers.find(i => i.id === item.cd_id.customer).name}}</span>
<span v-if="customers.find(i => i.id === item.cd_id.customer)">{{item.cd_id.documentNumber}} - {{customers.find(i => i.id === item.cd_id.customer).name}}</span>
<span class="font-semibold text-nowrap">{{displayCurrency(item.amount)}}</span>
</div>
</template>