mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
NEW #22848 Fix Typo
This commit is contained in:
parent
bfed762fe9
commit
ba78df46bd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user