Revision f8f12b44
Von Jan Büren vor 12 Monaten hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
768 | 768 |
} |
769 | 769 |
|
770 | 770 |
sub build_bin_select { |
771 |
select_tag('bin_id', [ $_[0]->warehouse->bins_sorted_naturally ],
|
|
771 |
select_tag('bin_id', $_[0]->warehouse->bins_sorted_naturally,
|
|
772 | 772 |
title_key => 'description', |
773 | 773 |
default => $_[0]->bin->id, |
774 | 774 |
); |
Auch abrufbar als: Unified diff
bin_sorted* gibt schon einen array zurück, nicht erneut einpacken