included class files in install.php
This commit is contained in:
parent
7b9c70bded
commit
adfe29b417
2 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue