This commit is contained in:
CHIEFSOFT\ameye
2024-09-23 14:50:58 -04:00
parent 9c8ed1e023
commit 722c091cc0
2 changed files with 2 additions and 1 deletions
@@ -471,6 +471,7 @@ class Bkotransaction extends Bko_Controller {
$this->load->library('table');
$this->table->set_template($this->template);
$query = $this->db->query($mysql);
$data["ttcount"] = $query->num_rows();
$this->table->function = 'smart_htmlspecialchars';
$data['expired_offer_table'] = $this->table->generate($query);
$this->load->view('bko/view_bko_header', $data);