X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fwh.pl;h=5ffa3828931e74da994ba3a21476aa2029dac743;hb=32eacf3627969b9c558a577c3d52579d87e153f4;hp=5c0a5e7d0937e29db4da2107b0db9e6026b32586;hpb=638f06c4a2918e2a81149df61b7024c0b1623335;p=kivitendo-erp.git diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 5c0a5e7d0..5ffa38289 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -290,7 +290,7 @@ sub transfer_parts { if (!scalar @transfers) { $form->show_generic_information($locale->text('Nothing has been selected for transfer.')); - ::end_of_request(); + $::dispatcher->end_request; } WH->transfer(@transfers); @@ -624,7 +624,7 @@ sub remove_parts { if (!scalar @transfers) { $form->show_generic_information($locale->text('Nothing has been selected for removal.')); - ::end_of_request(); + $::dispatcher->end_request; } WH->transfer(@transfers);