Revision b781c62c
Von Bernd Bleßmann vor 4 Monaten hinzugefügt
SL/Controller/StockCounting.pm | ||
---|---|---|
45 | 45 |
sub action_select_counting { |
46 | 46 |
my ($self) = @_; |
47 | 47 |
|
48 |
$self->countings([ grep { !$_->is_reconciliated } @{$self->countings} ]); |
|
49 |
|
|
48 | 50 |
if (!$::request->is_mobile) { |
49 | 51 |
$self->setup_select_counting_action_bar; |
50 | 52 |
} |
Auch abrufbar als: Unified diff
Zwischeninventur-Abgleich: nur nicht abgeglichene Zählungen wählen können