array name error

This commit is contained in:
dolibarr95 2019-10-30 08:42:43 +01:00 committed by GitHub
parent 393c671b26
commit 5b57bf1f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -790,7 +790,7 @@ if ($resql)
$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');
}