Live Issues Fixes : ps
This commit is contained in:
parent
d305f7bed9
commit
076e8b9a85
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user