From 7429e62d0d770140be21a6143f41f39a4b8fcadd Mon Sep 17 00:00:00 2001 From: gayathri1990 Date: Tue, 13 Nov 2018 16:08:51 +0530 Subject: [PATCH] banking changes --- application/models/cashbook_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/cashbook_model.php b/application/models/cashbook_model.php index c95fdfb4..b6884b9e 100644 --- a/application/models/cashbook_model.php +++ b/application/models/cashbook_model.php @@ -1703,7 +1703,7 @@ function receiptdata() and date(bm.Podate) <= '".$todate."'"; $this->db->where($date); } - $this->db->group_by('bm.IGRLineItemNo'); + //$this->db->group_by('bm.IGRLineItemNo'); $query = $this->db->get(); return $query->result();