@@ -178,7 +178,7 @@ def invoice_pdf():
pdf = FPDF()
pdf.add_page()
pdf.set_font("Arial", "B", 24)
pdf.cell(0, 15, "RECHNUNG", ln=True, align='C')
pdf.cell(0, 15, "RECHNUNG", ln=True, align='L')
pdf.ln(10)
pdf.set_font("Arial", "", 11)
The note is not visible to the blocked user.