Files
PrestaShop/modules/crossselling/upgrade/install-0.7.php
2013-07-03 15:30:31 +02:00

10 lines
148 B
PHP

<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_0_7($object)
{
return $object->registerHook('actionOrderStatusPostUpdate');
}