@ -24,7 +24,8 @@ class Note_model extends CI_Model {
$this->search = false;
$this->pn_payment_status = false;
$this->pn_txn_id = false;
$this->orderby = ' ORDER BY pn.pn_sn DESC ';
// $this->orderby = ' ORDER BY pn.pn_sn DESC ';
$this->orderby = ' ORDER BY pn_payment_date asc,pn_payer desc ';
//$this->pn_payment_status=' AND pn_payment_status= ';
}