1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

fix codestyle after codereview

This commit is contained in:
Sergey Chazov 2020-08-21 14:56:53 +03:00 committed by Павел
parent 43082046ea
commit b2a318df8f

View file

@ -1511,6 +1511,7 @@ class intaro_retailcrm extends CModule
foreach ($persons as $person) {
$personId = $person->getID();
$groupID = $this->getGroupID($personId);
if (isset($groupID)) {
$this->addBonusField($personId, $groupID);
}