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

included class files in install.php

This commit is contained in:
Sergey Chazov 2020-08-21 11:21:53 +03:00 committed by Павел
parent 7b9c70bded
commit adfe29b417
2 changed files with 1 additions and 3 deletions

View file

@ -1507,11 +1507,9 @@ class intaro_retailcrm extends CModule
public function addLPOrderProps(): void
{
$persons = PersonTypeRepository::getCollectionByWhere(['ID']);
foreach ($persons as $person) {
$personId = $person->getID();
$groupID = $this->getGroupID($personId);
if (isset($groupID)) {
$this->addBonusField($personId, $groupID);
}

View file

@ -22,7 +22,7 @@ use Intaro\RetailCrm\Model\Bitrix\OrderProps;
*/
class OrderPropsRepository extends AbstractRepository
{
/**
/**
* @param array $select
* @param array $where
* @return \Intaro\RetailCrm\Model\Bitrix\OrderProps|null