fix codestyle after codereview
This commit is contained in:
parent
43082046ea
commit
b2a318df8f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue