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