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