[-] BO : fixed bug #PSCFV-5743 - modify status Preparation in progress and remove the delivery flag

This commit is contained in:
vAugagneur
2012-11-28 18:52:01 +01:00
parent b35e0fd519
commit 72464dc9b7
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -4,4 +4,6 @@ ALTER TABLE `PREFIX_address` CHANGE `outstanding_allow_amount` `outstanding_all
/* PHP:blocknewsletter1530(); */;
/* PHP:block_category_1521(); */;
/* PHP:block_category_1521(); */;
UPDATE `PREFIX_order_state` SET `delivery` = 0 WHERE `id_order_state` = 3 ;