X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fis.pl;h=9baad4d3db792e776c2c74e28e689058955b736b;hb=48c71a4b51f5359a7ab7e9bc51280baf9bc9b9b2;hp=2c50d7ee9feff688191a9fc8a5b03ebfba07bc70;hpb=b3259be1755d03539dfa8312f379bd0190526f25;p=kivitendo-erp.git diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 2c50d7ee9..9baad4d3d 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -296,7 +296,6 @@ sub setup_is_action_bar { : $form->{locked} ? t8('The billing period has already been locked.') : undef, id => 'update_button', - checks => [ 'kivi.validate_form' ], accesskey => 'enter', ], @@ -583,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}) ];