Michael RICOIS f46be40623 Init
2017-06-07 16:31:24 +02:00

10 lines
156 B
PHP

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