NamelessBlank
Results
1
issues of
NamelessBlank
Good day, I'm trying to filter item_name in related table tbl_assets but it's not working. ``` $postData = $this->input->post(); $itemID = $postData["item_id"]; $itemName = $postData["item_name"]; $unitCenter = $postData["unit_center_id"]; $categoryID =...