bankbook
This commit is contained in:
parent
525d123de8
commit
786fb59f3c
File diff suppressed because it is too large
Load Diff
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user