@@ -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)