Files
b2b.redline.com.pl/modules/ps_eventbus/upgrade/Upgrade-1.5.2.php
2025-06-24 14:14:35 +02:00

16 lines
323 B
PHP

<?php
/**
* @param Ps_eventbus $module
*
* @return bool
*/
function upgrade_module_1_5_2($module)
{
$module->registerhook('actionObjectSpecificPriceAddAfter');
$module->registerhook('actionObjectSpecificPriceUpdateAfter');
$module->registerhook('actionObjectSpecificPriceDeleteAfter');
return true;
}