Revision cb253140
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
550 | 550 |
&check_form; |
551 | 551 |
} else { |
552 | 552 |
|
553 |
my $mode; |
|
553 | 554 |
if ($form->{type} =~ /^sales/) { |
554 | 555 |
IS->retrieve_item(\%myconfig, \%$form); |
556 |
$mode = 'IS'; |
|
555 | 557 |
} else { |
556 | 558 |
IR->retrieve_item(\%myconfig, \%$form); |
559 |
$mode = 'IR'; |
|
557 | 560 |
} |
558 | 561 |
|
559 | 562 |
my $rows = scalar @{ $form->{item_list} }; |
... | ... | |
571 | 574 |
|
572 | 575 |
if ($rows > 1) { |
573 | 576 |
|
574 |
&select_item;
|
|
577 |
select_item(mode => $mode);
|
|
575 | 578 |
::end_of_request(); |
576 | 579 |
|
577 | 580 |
} else { |
Auch abrufbar als: Unified diff
Bei Artikelauswahl nur ID als Hidden mitschleifen, nicht alle Artikeldetails
Fix für Bug 1670.