fix codestyle after codereview
This commit is contained in:
parent
a10054ee72
commit
e0eb679963
2 changed files with 1 additions and 1 deletions
|
@ -1509,6 +1509,7 @@ class intaro_retailcrm extends CModule
|
|||
foreach ($persons as $person) {
|
||||
$personId = $person->getID();
|
||||
$groupID = $this->getGroupID($personId);
|
||||
|
||||
if (isset($groupID)) {
|
||||
$this->addBonusField($personId, $groupID);
|
||||
}
|
||||
|
|
|
@ -32,5 +32,4 @@ class RetailCrmBonusHandler extends PaySystem\BaseServiceHandler
|
|||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue