Beschreibungsfeld in Debitorenbuchung braucht cols-Attribut, …
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Mar 2022 10:32:50 +0000 (11:32 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Mar 2022 10:43:23 +0000 (11:43 +0100)
… sonst gibt es eine "division by zero"-Ausnahme in SL::Form::numtextrows

templates/webpages/gl/form_header.html

index 91a7b11..00631c3 100644 (file)
@@ -96,7 +96,7 @@
         </tr>
         <tr>
           <th align="right">[% 'Description' | $T8 %]</th>
-          <td>[% L.areainput_tag('description', description, style='width:330px', readonly=readonly) %]</td>
+          <td>[% L.areainput_tag('description', description, cols=50, style='width:330px', readonly=readonly) %]</td>
         </tr>
         <tr>
           <th align="right">[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %]</th>