banking changes

This commit is contained in:
gayathri1990 2018-11-13 16:08:51 +05:30
parent 8a4cd5561d
commit 7429e62d0d

View File

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