mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix ricerca metodo pagamento
This commit is contained in:
parent
968ace04b4
commit
635ad11534
@ -55,7 +55,7 @@ switch ($resource) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($search)) {
|
if (!empty($search)) {
|
||||||
$search_fields[] = '`descrizione` LIKE '.prepare('%'.$search.'%');
|
$search_fields[] = '`title` LIKE '.prepare('%'.$search.'%');
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = AJAX::selectResults($query, $where,
|
$data = AJAX::selectResults($query, $where,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user