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:
89903af
)
Zeilenanzahl der Preisgruppen im Dialog Stammdaten->Dienstleistung erfassen gefixt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Sat, 7 Jan 2006 17:49:12 +0000
(17:49 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Sat, 7 Jan 2006 17:49:12 +0000
(17:49 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
536c09d
..
dcdaa36
100644
(file)
--- 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);