From 3b70aa32804322bac3c6244e123cea997b14786f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Sat, 7 Jan 2006 17:49:12 +0000 Subject: [PATCH] Zeilenanzahl der Preisgruppen im Dialog Stammdaten->Dienstleistung erfassen gefixt. --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 536c09de2..dcdaa3617 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -836,7 +836,7 @@ sub display_form { $subroutine = "assembly_row"; } if ($form->{item} eq 'service') { - $numrows = ++$form->{price_rows}; + $numrows = $form->{price_rows}; $subroutine = "price_row"; &{$subroutine}($numrows); -- 2.20.1