Revision 21437d97
Von Bernd Bleßmann vor 8 Monaten hinzugefügt
SL/Presenter/Warehouse.pm | ||
---|---|---|
: $with_empty ? undef
|
||
: $all_warehouses->[0]->bins_sorted_naturally;
|
||
|
||
my $data_validate = delete $attributes{'data-validate'};
|
||
my %div_attributes = (
|
||
name => $div_name,
|
||
id => $div_id,
|
||
... | ... | |
onchange => 'kivi.Warehouse.wh_changed(this);',
|
||
'data-bin-dom-name' => $bin_name,
|
||
'data-bin-dom-id' => $bin_id,
|
||
('data-validate' => $data_validate)x!!$data_validate,
|
||
%attributes
|
||
);
|
||
|
||
my %bin_attributes = (
|
||
name => $bin_name,
|
||
id => $bin_id,
|
||
default => $bin_default,
|
||
title_key => 'description',
|
||
name => $bin_name,
|
||
id => $bin_id,
|
||
default => $bin_default,
|
||
title_key => 'description',
|
||
('data-validate' => $data_validate)x!!$data_validate,
|
||
%attributes
|
||
);
|
||
|
Auch abrufbar als: Unified diff
Zwischeninventur: Zähl-Maske auch für Nicht-Mobil