Exemplo n.º 1
0
 public function get_dt_client()
 {
     return parent::_get_datatables($this->get_dt_query_client(), 'name');
 }
Exemplo n.º 2
0
 public function get_dt_price($id)
 {
     return parent::_get_datatables($this->get_dt_query_price($id), 'bill_to');
 }