* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ if (!defined('_PS_VERSION_')) { exit; } /** * @param Ps_eventbus $module * * @return bool */ function upgrade_module_1_5_2($module) { $module->registerhook('actionObjectSpecificPriceAddAfter'); $module->registerhook('actionObjectSpecificPriceUpdateAfter'); $module->registerhook('actionObjectSpecificPriceDeleteAfter'); return true; }