add filter history for customers
This commit is contained in:
parent
14887842e1
commit
8304561774
1 changed files with 1 additions and 0 deletions
|
@ -1256,6 +1256,7 @@ class RetailCrmHistory
|
|||
|
||||
public static function assemblyCustomer($customerHistory)
|
||||
{
|
||||
$customerHistory = self::filterHistory($customerHistory, 'customer');
|
||||
$server = \Bitrix\Main\Context::getCurrent()->getServer()->getDocumentRoot();
|
||||
$fields = array();
|
||||
if (file_exists($server . '/bitrix/modules/intaro.retailcrm/classes/general/config/objects.xml')) {
|
||||
|
|
Loading…
Add table
Reference in a new issue