Live Issues Fixes : ps

This commit is contained in:
VE10-Sanjeev 2023-04-10 11:33:15 +05:30
parent d305f7bed9
commit 076e8b9a85

View File

@ -88,7 +88,7 @@ class Sales_PD_Model extends SPARQ_Model {
$this->db->limit(1000,0);
$result = $this->db->get()->result_array();
// if(ENVIRONMENT == 'development'){echo 'LAST QUERY '. $this->db->last_query();}
echo $this->db->last_query();die();
// echo $this->db->last_query();die();
return $result;
}
public function testSaleSection($id){