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 a10054ee72
commit e0eb679963
2 changed files with 1 additions and 1 deletions

View file

@ -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);
}

View file

@ -32,5 +32,4 @@ class RetailCrmBonusHandler extends PaySystem\BaseServiceHandler
{
return [];
}
}