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