From 1f08645c3ebb5bef1eb43688b03e1cb15a6db051 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 5 Nov 2025 19:02:28 +0100 Subject: [PATCH] arreglo detalles --- .../report/reporter/templates/customer-invoice/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a8a3b756..c4f9ff1f 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 @@ -175,7 +175,7 @@ {{description}} {{#if quantity}}{{quantity}}{{else}} {{/if}} {{#if unit_amount}}{{unit_amount}}{{else}} {{/if}} - {{#if total_amount}}{{total_amount}}{{else}} {{/if}} + {{#if taxable_amount}}{{taxable_amount}}{{else}} {{/if}} {{/each}}