X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fwh.pl;h=8298a3cea596c1ba7d90009f13ef7998cc5da1c4;hb=9fb8eec834ac3be77f5995053694b32ec140c877;hp=8f312c8590c009dcafa965c9ac7b01e8491ba6a0;hpb=eb3f8a469fc97e8a1eb73f50a63b18a7eb2567e6;p=kivitendo-erp.git diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 8f312c859..8298a3cea 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -842,7 +842,7 @@ sub generate_report { sub show_no_warehouses_error { $lxdebug->enter_sub(); - my $msg = $locale->text('No warehouse has been created yet.') . ' '; + my $msg = $locale->text('No warehouse has been created yet or the quantity of the bins is not configured yet.') . ' '; if ($auth->check_right($form->{login}, 'config')) { $msg .= $locale->text('You can create warehouses and bins via the menu "System -> Warehouses".');