From 0582e44f1f8b8ab4c8e63bdf1f06c7cb95353c67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 9 Mar 2022 11:32:50 +0100 Subject: [PATCH] =?utf8?q?Beschreibungsfeld=20in=20Debitorenbuchung=20brau?= =?utf8?q?cht=20cols-Attribut,=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … sonst gibt es eine "division by zero"-Ausnahme in SL::Form::numtextrows --- templates/webpages/gl/form_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index 91a7b11e0..00631c3ed 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -96,7 +96,7 @@ [% 'Description' | $T8 %] - [% L.areainput_tag('description', description, style='width:330px', readonly=readonly) %] + [% L.areainput_tag('description', description, cols=50, style='width:330px', readonly=readonly) %] [%- IF id %][% 'Mitarbeiter' | $T8 %][% END %] -- 2.20.1