git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13352 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2012-02-15 13:55:42 +00:00
parent 299e6e9eb3
commit fa831ba3f3
+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
)
);