This commit is contained in:
aFolletete
2012-02-15 13:55:42 +00:00
parent 4f63976214
commit d276ba2ce8
+1 -1
View File
@@ -7,4 +7,4 @@ SET o.`current_state` = (
WHERE oh.`id_order` = o.`id_order`
ORDER BY oh.`date_add` DESC
LIMIT 1
)
);