Revision 2740f3f0
Von Sven Schöling vor mehr als 16 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1467 | 1467 |
map { $form->{"is_$_"} = ($form->{item} eq $_) } qw(part service assembly); |
1468 | 1468 |
map { $form->{$_} =~ s/"/"/g; } qw(unit); |
1469 | 1469 |
|
1470 |
$form->get_lists('price_factors' => 'ALL_PRICE_FACTORS'); |
|
1470 |
$form->get_lists('price_factors' => 'ALL_PRICE_FACTORS', |
|
1471 |
'partsgroup' => 'all_partsgroup'); |
|
1471 | 1472 |
|
1472 | 1473 |
$rows = 4 if $rows = $form->numtextrows($form->{notes}, 40) < 2; |
1473 | 1474 |
$form->{notes_rows} = $rows; |
Auch abrufbar als: Unified diff
Bugfix: Update im Warendialog hatte die Warengruppe verschluckt.