From 29b06a316e315646cb7a0293b3f7afa76b0e3815 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 4 Nov 2025 18:36:38 +0100 Subject: [PATCH] Fallo en plantilla de factura --- .../use-cases/report/reporter/customer-invoice.report.html.ts | 4 ++-- .../report/reporter/templates/customer-invoice/template.hbs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/customer-invoices/src/api/application/use-cases/report/reporter/customer-invoice.report.html.ts b/modules/customer-invoices/src/api/application/use-cases/report/reporter/customer-invoice.report.html.ts index e4331168..14cc5e35 100644 --- a/modules/customer-invoices/src/api/application/use-cases/report/reporter/customer-invoice.report.html.ts +++ b/modules/customer-invoices/src/api/application/use-cases/report/reporter/customer-invoice.report.html.ts @@ -1,7 +1,7 @@ -import { Presenter } from "@erp/core/api"; -import * as handlebars from "handlebars"; import { readFileSync } from "node:fs"; import path from "node:path"; +import { Presenter } from "@erp/core/api"; +import * as handlebars from "handlebars"; import { CustomerInvoice } from "../../../../domain"; export class CustomerInvoiceReportHTMLPresenter extends Presenter { diff --git a/modules/customer-invoices/src/api/application/use-cases/report/reporter/templates/customer-invoice/template.hbs b/modules/customer-invoices/src/api/application/use-cases/report/reporter/templates/customer-invoice/template.hbs index 59a95f79..5e476aae 100644 --- a/modules/customer-invoices/src/api/application/use-cases/report/reporter/templates/customer-invoice/template.hbs +++ b/modules/customer-invoices/src/api/application/use-cases/report/reporter/templates/customer-invoice/template.hbs @@ -238,7 +238,7 @@ IVA {{tax_code}}%   - {{taxes.taxes_amount}} + {{taxes_amount.value}} {{/each}}