correction of error for purchase and sales
This commit is contained in:
@ -153,7 +153,6 @@ class MStocks extends CI_Model
|
||||
}
|
||||
public function getStockSummary($data)
|
||||
{
|
||||
|
||||
$stocklocation_id = $data['stocklocation_id'] ?? null;
|
||||
$this->db->where("status", 1);
|
||||
if ($stocklocation_id != 0) {
|
||||
|
Reference in New Issue
Block a user