mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fixed empty parent company list column
This commit is contained in:
parent
98a8942188
commit
78c06fbd07
|
|
@ -1694,7 +1694,7 @@ while ($i < $imaxinloop) {
|
|||
$companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
|
||||
|
||||
$companystatic->fk_prospectlevel = $obj->fk_prospectlevel;
|
||||
$companystatic->fk_parent = $obj->fk_parent;
|
||||
$companystatic->parent = $obj->fk_parent;
|
||||
$companystatic->entity = $obj->entity;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user