Einkauf/Verkauf: Bemerkungsfelder gleich groß anzeigen
[kivitendo-erp.git] / bin / mozilla / is.pl
index 9b8fc2a..9baad4d 100644 (file)
@@ -582,12 +582,6 @@ sub form_footer {
 
   $form->{invtotal}    = $form->{invsubtotal};
 
-  # note rows
-  $form->{rows} = max 2,
-    $form->numtextrows($form->{notes},    26, 8),
-    $form->numtextrows($form->{intnotes}, 35, 8);
-
-
   # tax, total and subtotal calculations
   my ($tax, $subtotal);
   $form->{taxaccounts_array} = [ split(/ /, $form->{taxaccounts}) ];