diff --git a/go/internal/cmc/pdf/invoice_builder.go b/go/internal/cmc/pdf/invoice_builder.go index cdea972f..2960cc6f 100644 --- a/go/internal/cmc/pdf/invoice_builder.go +++ b/go/internal/cmc/pdf/invoice_builder.go @@ -118,6 +118,14 @@ func (g *HTMLDocumentGenerator) BuildInvoiceHTML(data *InvoicePDFData, totalPage filepath.Join("go", "internal", "cmc", "pdf", "templates", "invoice.html"), filepath.Join("go", "internal", "cmc", "pdf", "templates", "header.html"), }, + { + filepath.Join("templates", "invoice.html"), + filepath.Join("templates", "header.html"), + }, + { + "/app/templates/invoice.html", + "/app/templates/header.html", + }, { "/app/go/internal/cmc/pdf/templates/invoice.html", "/app/go/internal/cmc/pdf/templates/header.html", diff --git a/go/internal/cmc/pdf/quote_builder.go b/go/internal/cmc/pdf/quote_builder.go index 2c1904e2..a4f9d82d 100644 --- a/go/internal/cmc/pdf/quote_builder.go +++ b/go/internal/cmc/pdf/quote_builder.go @@ -168,6 +168,14 @@ func (g *HTMLDocumentGenerator) BuildQuoteHTML(data *QuotePDFData, totalPages in filepath.Join("go", "internal", "cmc", "pdf", "templates", "quote.html"), filepath.Join("go", "internal", "cmc", "pdf", "templates", "header.html"), }, + { + filepath.Join("templates", "quote.html"), + filepath.Join("templates", "header.html"), + }, + { + "/app/templates/quote.html", + "/app/templates/header.html", + }, { "/app/go/internal/cmc/pdf/templates/quote.html", "/app/go/internal/cmc/pdf/templates/header.html", diff --git a/go/server b/go/server index 0642b7b2..a757c2b4 100755 Binary files a/go/server and b/go/server differ