lvhao hace 22 horas
padre
commit
3029090dbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/controllers/Colour.php

+ 1 - 1
core/CoreApp/controllers/Colour.php

@@ -628,7 +628,7 @@ class Colour extends Start_Controller {
 			$timetj = $this->input->post('timetj',true);
 			$timetk = strtotime($timetk);
 			$timetj = strtotime($timetj);
-			$where = " is_overimg = 0  and  (".rtrim($fgshop,'or').")";
+			$where = " is_overimg = 0 and order_status = 5 and  (".rtrim($fgshop,'or').")";
 			if($number)
             {
                 $where  .= " and number like '%$number%'";