Revision 3b70aa32
Von Sven Schöling vor etwa 19 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
836 | 836 |
$subroutine = "assembly_row"; |
837 | 837 |
} |
838 | 838 |
if ($form->{item} eq 'service') { |
839 |
$numrows = ++$form->{price_rows};
|
|
839 |
$numrows = $form->{price_rows}; |
|
840 | 840 |
$subroutine = "price_row"; |
841 | 841 |
|
842 | 842 |
&{$subroutine}($numrows); |
Auch abrufbar als: Unified diff
Zeilenanzahl der Preisgruppen im Dialog Stammdaten->Dienstleistung erfassen gefixt.