From 2835a02ae38a1c596c8b386c8f7cb65baa991d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 17 Nov 2024 21:49:40 +0100 Subject: [PATCH] Allow longer remarks on the PDF files --- templates/pdf/payment_order/payment_order_stura.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pdf/payment_order/payment_order_stura.html.twig b/templates/pdf/payment_order/payment_order_stura.html.twig index 5f26500..af04614 100644 --- a/templates/pdf/payment_order/payment_order_stura.html.twig +++ b/templates/pdf/payment_order/payment_order_stura.html.twig @@ -34,7 +34,7 @@

Rechnerische Prüfung (KV):

{% if paymentOrder.mathematicallyCorrect.remark is not empty %}

- Prüfanmerkung: {{ paymentOrder.mathematicallyCorrect.remark | u.truncate(180, '...') }} + Prüfanmerkung: {{ paymentOrder.mathematicallyCorrect.remark | u.truncate(220, '...') }}

{% endif %} @@ -43,7 +43,7 @@

Sachliche Prüfung (HHV):

{% if paymentOrder.factuallyCorrect.remark is not empty %}

- Prüfanmerkung: {{ paymentOrder.factuallyCorrect.remark | u.truncate(180, '...') }} + Prüfanmerkung: {{ paymentOrder.factuallyCorrect.remark | u.truncate(220, '...') }}

{% endif %}