mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Add item search for category + suppliers (#328)
This commit is contained in:
@@ -120,7 +120,7 @@ class Items extends Secure_area implements iData_controller
|
||||
$suggestions = $this->Item->get_search_suggestions($this->input->post_get('term'), array(
|
||||
'search_custom' => $this->input->post('search_custom'),
|
||||
'is_deleted' => !empty($this->input->post('is_deleted'))),
|
||||
FALSE, $this->input->post('limit'));
|
||||
FALSE);
|
||||
echo json_encode($suggestions);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user