From 082872a04c35a6fcecb3a909408727f019448f16 Mon Sep 17 00:00:00 2001 From: Marion Date: Wed, 3 May 2017 15:43:20 +0200 Subject: [PATCH] modification when an order was in status 18 --- modules/fraud/models/FraudCore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fraud/models/FraudCore.php b/modules/fraud/models/FraudCore.php index 37bb19d1..eb8d514c 100755 --- a/modules/fraud/models/FraudCore.php +++ b/modules/fraud/models/FraudCore.php @@ -236,7 +236,7 @@ class FraudCore { FROM `'._DB_PREFIX_.'order_history` h LEFT JOIN `'._DB_PREFIX_.'orders` o on h.`id_order` = o.`id_order` WHERE o.`id_customer` = '.(int) $this->customer->id.' - AND h.`id_order_state` IN (15,16,18) + AND h.`id_order_state` IN (15,16) '); $already_suspect = Db::getInstance()->getValue('