From 72c004cb56b847efe8e9e82209cf4f760496c072 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 6 Sep 2020 16:49:06 +0200 Subject: [PATCH] Remove ugly semicolon in invoices template, release first version :tada: --- apps/treasury/templates/treasury/invoice_sample.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/treasury/templates/treasury/invoice_sample.tex b/apps/treasury/templates/treasury/invoice_sample.tex index a6b263d6..b008aac3 100644 --- a/apps/treasury/templates/treasury/invoice_sample.tex +++ b/apps/treasury/templates/treasury/invoice_sample.tex @@ -52,7 +52,7 @@ \parbox[b][\paperheight]{\paperwidth}{% \vfill \centering - \includegraphics[width=\textwidth]{../../apps/treasury/static/img/{{ obj.bde }}_bg.jpg}; + \includegraphics[width=\textwidth]{../../apps/treasury/static/img/{{ obj.bde }}_bg.jpg} \vfill } }