Fallo en plantilla de factura

This commit is contained in:
David Arranz 2025-11-04 18:36:38 +01:00
parent 11ca145a44
commit 29b06a316e
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -238,7 +238,7 @@
<tr>
<td class="px-4 text-right">IVA&nbsp;{{tax_code}}%</td>
<td class="w-5">&nbsp;</td>
<td class="px-4 text-right">{{taxes.taxes_amount}}</td>
<td class="px-4 text-right">{{taxes_amount.value}}</td>
</tr>
{{/each}}
<tr class="">