NEW #22848 Fix Typo

This commit is contained in:
Florent Poinsaut 2022-11-15 11:36:11 +01:00 committed by Florent Poinsaut
parent bfed762fe9
commit ba78df46bd

View File

@ -1467,7 +1467,7 @@ if ($type == Categorie::TYPE_ORDER) {
if (count($objects) > 0) {
$i = 0;
foreach ($objects as $key => $rder) {
foreach ($objects as $key => $order) {
$i++;
if ($i > $limit) {
break;