Separate table ids

This commit is contained in:
phl0
2025-07-01 16:35:49 +02:00
parent ad9d6d1fa8
commit f4a7433810
4 changed files with 15 additions and 4 deletions

View File

@@ -474,6 +474,7 @@ class Awards extends CI_Controller {
if (!empty($qsltype)) {
$data['filter'] .= __(" and ").implode('/', $qsltype);
}
$data['ispopup'] = true;
$this->load->view('awards/details', $data);
}