X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FPart.pm;h=f589a715a5b61a292e1e758c238aac7b9f05c550;hb=5a260a84c4024c4be7a29d8cfaae9f13911230b5;hp=ce09affa4bd57e98fc120d52fcfeb5f908c8e5ed;hpb=20004cac8f656f67e86e63fdb85f6dc083cf83d7;p=kivitendo-erp.git diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index ce09affa4..f589a715a 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -431,7 +431,7 @@ sub action_multi_items_update_result { my $text = escape($::locale->text('No results.')); $_[0]->render($text, { layout => 0 }); } elsif ($count > $max_count) { - my $text = escpae($::locale->text('Too many results (#1 from #2).', $count, $max_count)); + my $text = escape($::locale->text('Too many results (#1 from #2).', $count, $max_count)); $_[0]->render($text, { layout => 0 }); } else { my $multi_items = $_[0]->multi_items_models->get;