Fixing style errors.

This commit is contained in:
stickler-ci 2022-07-25 14:14:28 +00:00
parent f30c95ad22
commit b0c9f5c312

View File

@ -3911,7 +3911,7 @@ class Societe extends CommonObject
if (!empty($fullname) && empty($socalias)) { if (!empty($fullname) && empty($socalias)) {
$socalias = $fullname; $socalias = $fullname;
} }
} else if(empty($socname) && $member->morphy == 'phy') { } elseif (empty($socname) && $member->morphy == 'phy') {
$socname = $fullname; $socname = $fullname;
if (!empty($member->company) && empty($socalias)) { if (!empty($member->company) && empty($socalias)) {
$socalias = $member->company; $socalias = $member->company;