From 6c04f2256e01db6172decbf1d15021aa857ff481 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 4 Jun 2012 13:41:11 +0000 Subject: [PATCH] //oups --- install-dev/upgrade/sql/1.5.0.13.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-dev/upgrade/sql/1.5.0.13.sql b/install-dev/upgrade/sql/1.5.0.13.sql index f79b8e9f1..103ed3c04 100644 --- a/install-dev/upgrade/sql/1.5.0.13.sql +++ b/install-dev/upgrade/sql/1.5.0.13.sql @@ -38,5 +38,5 @@ ALTER TABLE `PREFIX_order_payment` -- update for all employee the last ids for notifications UPDATE `PREFIX_employee` SET `id_last_order`= (SELECT max(`id_order`) FROM `PREFIX_orders`), - SET `id_last_customer_message`= (SELECT max(`id_customer_message`) FROM `PREFIX_customer_message`), - SET `id_last_customer`= (SELECT max(`id_customer`) FROM `PREFIX_customer`); \ No newline at end of file + `id_last_customer_message`= (SELECT max(`id_customer_message`) FROM `PREFIX_customer_message`), + `id_last_customer`= (SELECT max(`id_customer`) FROM `PREFIX_customer`); \ No newline at end of file