X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fwh.pl;h=5326cfb52c5115f7b7021a485a2fd6b525889d47;hb=752642dd833d795ac8d97bfe2fd6e6d97e3de496;hp=a853c8a21df6fe176c8d78b9415408bc382c346b;hpb=07948c344b0f699314c1b05b4e9c41b8babc3981;p=kivitendo-erp.git diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index a853c8a21..5326cfb52 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -602,7 +602,8 @@ sub report { show_no_warehouses_error() if (!scalar @{ $form->{WAREHOUSES} }); - $form->{onload} .= "fokus('partnumber');"; + $form->{fokus} = "partnumber"; + $form->{onload} .= "focus();"; $form->{title} = $locale->text("Report about wareouse contents"); $form->header();