X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fis.pl;h=9baad4d3db792e776c2c74e28e689058955b736b;hb=a19d5fb7fc372f5931d704c427ee14e1c1c1ddae;hp=9b8fc2a1285e17fc82d3630655dfa8ed67ee0b36;hpb=11ebc43998f6b3ebd708402fc0fdb5ce9a1a8ec5;p=kivitendo-erp.git diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 9b8fc2a12..9baad4d3d 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -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}) ];