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