Revision 602a4d98
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/invoice_io.pl | ||
---|---|---|
661 | 661 |
|
662 | 662 |
&{$subroutine}($numrows); |
663 | 663 |
|
664 |
$numrows = 0; |
|
664 |
$numrows = ++$form->{makemodel_rows}; |
|
665 |
$subroutine = "makemodel_row"; |
|
665 | 666 |
} |
666 | 667 |
if ($form->{item} eq 'assembly') { |
667 | 668 |
$numrows = $form->{price_rows}; |
Auch abrufbar als: Unified diff
Auslagern von Hersteller/Modell-Zeilen in eigene Templates. Hersteller/Modell auch wieder für Waren aktiviert, nicht nur für Erzeugnisse. Fix für Bug 843.