Revision 039226c3
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
230 | 230 |
$self->{stock_empty} = ! grep { $_->{sum} * 1 } @$stock; |
231 | 231 |
} |
232 | 232 |
|
233 |
sub show_no_warehouse_error { |
|
233 |
sub show_no_warehouses_error {
|
|
234 | 234 |
my ($self) = @_; |
235 | 235 |
|
236 | 236 |
my $msg = t8('No warehouse has been created yet or the quantity of the bins is not configured yet.') . ' '; |
Auch abrufbar als: Unified diff
Bei nicht existierenden Lagern die richtige Fehlermeldung anzeigen.
behebt #2334