projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d92bf3
)
Bei der Ausgabe der Druckvorschau auf einem Drucker darf die Zeilenanzahl nicht erhöh...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 11 Jun 2007 09:30:57 +0000
(09:30 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 11 Jun 2007 09:30:57 +0000
(09:30 +0000)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
fbfabe6
..
0b7e000
100644
(file)
--- 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();