From 514a1280cfcc9ab8be7567d1ad3bda47f9f22b32 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 11 Jun 2007 09:30:57 +0000 Subject: [PATCH] =?utf8?q?Bei=20der=20Ausgabe=20der=20Druckvorschau=20auf?= =?utf8?q?=20einem=20Drucker=20darf=20die=20Zeilenanzahl=20nicht=20erh?= =?utf8?q?=C3=B6ht=20werden,=20weil=20ansonsten=20Leerposten=20entstehen?= =?utf8?q?=20und=20beim=20nachfolgenden=20Buchen=20eine=20Fehlermeldung=20?= =?utf8?q?erscheint.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/is.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index fbfabe6d7..0b7e00088 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -1561,7 +1561,6 @@ sub preview { $form->{preview} = 1; $old_form = new Form; for (keys %$form) { $old_form->{$_} = $form->{$_} } - $old_form->{rowcount}++; &print_form($old_form); $lxdebug->leave_sub(); -- 2.20.1