Skip to content

Commit

Permalink
array name error
Browse files Browse the repository at this point in the history
  • Loading branch information
dolibarr95 committed Oct 30, 2019
1 parent 393c671 commit 5b57bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/commande/list.php
Expand Up @@ -790,7 +790,7 @@
$companystatic->name = $obj->name;
$companystatic->client = $obj->client;
$companystatic->email = $obj->email;
if (!isset($cacheGetNomUrl[$obj->socid])) {
if (!isset($getNomUrl_cache[$obj->socid])) {
$getNomUrl_cache[$obj->socid] = $companystatic->getNomUrl(1, 'customer');
}

Expand Down

0 comments on commit 5b57bf1

Please sign in to comment.