This commit is contained in:
venbatechnologies@gmail.com 2018-09-20 16:03:32 +05:30
parent 525d123de8
commit 786fb59f3c
2 changed files with 2 additions and 1096 deletions

File diff suppressed because it is too large Load Diff

View File

@ -631,9 +631,9 @@ function receiptdata()
function debitlistpo($pono)
{
$this->db->select('bmp.mid,bmp.PONO,bmp.IGRLineItemNo,bmp.Amountpaid,br.Narration');
$this->db->select('bmp.mid,bmp.PONO,bmp.IGRLineItemNo,bmp.Amountpaid');
$this->db->from ('T_Bankmappingpo as bmp');
$this->db->join('T_bankreport br','br.ID = bmp.mid');
// $this->db->join('T_bankreport br','br.ID = bmp.mid');
$this->db->where('bmp.PONO',$pono);
$this->db->where('bmp.IsActive',1);
$query = $this->db->get();