We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d28549 commit b650742Copy full SHA for b650742
1 file changed
modules/preventivi/ajax/select.php
@@ -61,7 +61,10 @@
61
}
62
63
if (!empty($search)) {
64
- $search_fields[] = '`nome` LIKE '.prepare('%'.$search.'%');
+ $search_fields[] = '`co_preventivi`.`nome` LIKE '.prepare('%'.$search.'%');
65
+ $search_fields[] = '`co_preventivi`.`numero` LIKE '.prepare('%'.$search.'%');
66
+ $search_fields[] = '`co_preventivi`.`data_bozza` LIKE '.prepare('%'.$search.'%');
67
+ $search_fields[] = '`co_statipreventivi_lang`.`title` LIKE '.prepare('%'.$search.'%');
68
69
70
$custom['link'] = 'module:Preventivi';
0 commit comments