lvhao hace 3 días
padre
commit
095c722ef4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/controllers/Fullorder.php

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

@@ -376,7 +376,7 @@ class Fullorder extends Start_Controller {
             }
 			if($email)
             {
-                $where  .= " and email = '$email'";
+                $where  .= " and ((email = '$email') or (send_email = '$email')) ";
             }
 			if($phone)
             {