1
0
Fork 0
mirror of synced 2025-04-11 05:00:55 +00:00
Обновление updater.php
This commit is contained in:
Ivan Chaplygin 2023-12-05 15:26:14 +03:00
parent b43d17cf4f
commit 56701ccb4d

View file

@ -1188,14 +1188,11 @@ function update()
->updateBonusFieldsTypeInHl()
->updateDefDiscountFieldTypeInHl();
UnRegisterModuleDependences("main", "OnBeforeProlog", 'intaro.retailcrm', "RetailCrmPricePrchase", "add");
UnRegisterModuleDependences("main", "OnBeforeProlog", 'intaro.retailcrm', "RetailCrmDc", "add");
UnRegisterModuleDependences("main", "OnBeforeProlog", 'intaro.retailcrm', "RetailCrmCc", "add");
(new UpdateSubscribe())
->CopyFiles()
->addEvent()
->addCustomUserField();
COption::SetOptionString(
'intaro.retailcrm',
'custom_fields_toggle',
'N'
);
}
try {