diff --git a/application/models/user_model.php b/application/models/user_model.php index 9dbc246d..9d5f036d 100644 --- a/application/models/user_model.php +++ b/application/models/user_model.php @@ -249,8 +249,9 @@ where igrm.IGRStatus ='ST027'"; } + $sql.="group by igrm.CreatedDate"; + //$sql.="order by igrm.CreatedDate"; - $sql.="order by igrm.CreatedDate"; $query = $this->db->query($sql); diff --git a/application/views/Report_Material_inward_Register.php b/application/views/Report_Material_inward_Register.php index 392f4a99..a7959d2c 100644 --- a/application/views/Report_Material_inward_Register.php +++ b/application/views/Report_Material_inward_Register.php @@ -184,19 +184,37 @@