// Adding update for customer message
This commit is contained in:
@@ -62,3 +62,5 @@ INSERT INTO `PREFIX_hook_module` (`id_module`, `id_shop`, `id_hook`, `position`)
|
||||
INSERT INTO `PREFIX_hook_module` (`id_module`, `id_shop`, `id_hook`, `position`) (
|
||||
SELECT m.id_module, s.id_shop, h.id_hook, 2 FROM `PREFIX_module` m, `PREFIX_shop` s, `PREFIX_hook` h WHERE m.name IN ('dashproducts') AND h.name IN ('dashboardZoneTwo')
|
||||
);
|
||||
|
||||
/* PHP:update_order_messages(); */;
|
||||
Reference in New Issue
Block a user