From: Sven Schöling Date: Sat, 7 Jan 2006 17:49:12 +0000 (+0000) Subject: Zeilenanzahl der Preisgruppen im Dialog Stammdaten->Dienstleistung erfassen gefixt. X-Git-Tag: release-2.4.0^2~400 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3b70aa32804322bac3c6244e123cea997b14786f;p=kivitendo-erp.git Zeilenanzahl der Preisgruppen im Dialog Stammdaten->Dienstleistung erfassen gefixt. --- 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);