mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #23033 from atm-steve/fix_lists_missing_alias
FIX Alias on commande list
This commit is contained in:
commit
33afe96762
|
|
@ -1946,7 +1946,7 @@ if ($resql) {
|
|||
$companystatic->town = $obj->town;
|
||||
$companystatic->country_code = $obj->country_code;
|
||||
if (!isset($getNomUrl_cache[$obj->socid])) {
|
||||
$getNomUrl_cache[$obj->socid] = $companystatic->getNomUrl(1, 'customer');
|
||||
$getNomUrl_cache[$obj->socid] = $companystatic->getNomUrl(1, 'customer', 100, 0, 1, empty($arrayfields['s.name_alias']['checked']) ? 0 : 1);
|
||||
}
|
||||
|
||||
$generic_commande->id = $obj->rowid;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user