Thibault UBUNTU 3d7f60a05e push site
2016-03-03 10:33:17 +01:00

10 lines
146 B
PHP
Executable File

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