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