diff --git a/admin/controllers/receiver/Report.php b/admin/controllers/receiver/Report.php index 2b4e6a43..8f768ec1 100644 --- a/admin/controllers/receiver/Report.php +++ b/admin/controllers/receiver/Report.php @@ -125,7 +125,7 @@ class Report extends HD_Controller $where = array( "o_id in ({$oids})" => null, - "(cardida != '' AND cardidb != '') OR (business_licence != '')" => null, + "((cardida != '' AND cardidb != '') OR (business_licence != ''))" => null, "pay_img <>" => '', "contract_img <>" => '', "bill_img <>" => '',