Merge pull request #24562 from ibuiv/patch-2
FIX ref_client on Project Overview for propale
This commit is contained in:
commit
e2a622b83a
@ -1259,6 +1259,10 @@ foreach ($listofreferent as $key => $value) {
|
||||
if (!empty($element->ref_customer)) {
|
||||
print ' - '.$element->ref_customer;
|
||||
}
|
||||
// Compatibility propale
|
||||
if (empty($element->ref_customer) && !empty($element->ref_client)) {
|
||||
print ' - '.$element->ref_client;
|
||||
}
|
||||
}
|
||||
print "</td>\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user