From ff05f98d14c7590bbbc1ffdee5576e835435c6cf Mon Sep 17 00:00:00 2001 From: BOHA Date: Tue, 24 Mar 2026 10:45:05 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20scope=20page=20header=20matches=20quotat?= =?UTF-8?q?ion=20page=20=E2=80=94=20title,=20number,=20project,=20valid=20?= =?UTF-8?q?until?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/admin/offers-pdf.ts | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/routes/admin/offers-pdf.ts b/src/routes/admin/offers-pdf.ts index 3399110..75f88fe 100644 --- a/src/routes/admin/offers-pdf.ts +++ b/src/routes/admin/offers-pdf.ts @@ -276,14 +276,11 @@ export default async function offersPdfRoutes(fastify: FastifyInstance): Promise scopeHtml += '
'; scopeHtml += ``; if (logoImg) { scopeHtml += `
${logoImg}
`; }