change of the email document generation

This commit is contained in:
2026-08-27 11:54:35 +02:00
parent 2e7a763dba
commit f753ed6b03
+2 -2
View File
@@ -329,8 +329,8 @@ def generate_main_contract_pdf(
pdf.ln(8)
pdf.set_x(start_x)
pdf.cell(col_width, 5, f"{datetime.today().strftime('%Y-%m-%d')} ________________________", align="C", ln=False)
pdf.cell(col_width, 5, f"{datetime.today().strftime('%Y-%m-%d')} ________________________", align="C", ln=True)
pdf.cell(col_width, 5, f"{datetime.today().strftime('%d.%m.%Y')} ________________________", align="C", ln=False)
pdf.cell(col_width, 5, f"{datetime.today().strftime('%d.%m.%Y')} ________________________", align="C", ln=True)
pdf.set_x(start_x)
pdf.cell(col_width, 5, "(Verantwortlicher)", align="C", ln=False)