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

add filter history for customers

This commit is contained in:
Sergey Chazov 2020-08-21 17:13:36 +03:00
parent 14887842e1
commit 8304561774

View file

@ -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')) {