]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ir.pl
Einkauf/Verkauf: Bemerkungsfelder gleich groß anzeigen
[mfinanz.git] / bin / mozilla / ir.pl
index 234bbc515afb2b778090d30fe7b0ca5982bc54ca..dd4f113ce2b772075a9350a79fddb4c0889fae02 100644 (file)
@@ -498,12 +498,6 @@ sub form_footer {
   $form->{invtotal}    = $form->{invsubtotal};
   $form->{oldinvtotal} = $form->{invtotal};
 
-  # 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} ];