Revision e1bfe807
Von Jan Büren vor mehr als 15 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
842 | 842 |
sub show_no_warehouses_error { |
843 | 843 |
$lxdebug->enter_sub(); |
844 | 844 |
|
845 |
my $msg = $locale->text('No warehouse has been created yet.') . ' '; |
|
845 |
my $msg = $locale->text('No warehouse has been created yet or the quantity of the bins is not configured yet.') . ' ';
|
|
846 | 846 |
|
847 | 847 |
if ($auth->check_right($form->{login}, 'config')) { |
848 | 848 |
$msg .= $locale->text('You can create warehouses and bins via the menu "System -> Warehouses".'); |
Auch abrufbar als: Unified diff
Schnelle Verbesserung für Bug 938 - Grund für die Fehlermeldung: 'Kein Lager vorhanden' kann auch sein, dass noch keine Lagerplätze konfiguriert wurden