fix(invoices): exibir ícone de anexo na fatura do cartão (2.5.1)

fetchCardTransactions não preenchia hasAttachments, então o ícone não
aparecia em /cards/[cardId]/invoice. Agora delega para
fetchTransactionsWithRelations, que já calcula o flag via EXISTS.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-05-04 01:44:08 +00:00
parent 7a74f9405e
commit 51652da4f8
4 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "openmonetis",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {