inactive supplier issue fixed
This commit is contained in:
parent
900804cb91
commit
7c65d39555
@ -161,6 +161,7 @@ function purchaseorderListing($forwhat='')
|
|||||||
{
|
{
|
||||||
$this->db->select('SupplierID, SupplierName,Address,PaymentID');
|
$this->db->select('SupplierID, SupplierName,Address,PaymentID');
|
||||||
$this->db->from('T_SupplierDetailsN');
|
$this->db->from('T_SupplierDetailsN');
|
||||||
|
$this->db->where('IsActive', 1);
|
||||||
if($supID != '')
|
if($supID != '')
|
||||||
{
|
{
|
||||||
$this->db->where('SupplierID',$supID);
|
$this->db->where('SupplierID',$supID);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user