// Adding update for customer message

This commit is contained in:
Jerome Nadaud
2013-10-11 17:17:58 +02:00
parent eff292731f
commit 18690e4b9a
+2
View File
@@ -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(); */;