remove todo
This commit is contained in:
parent
7333290fc5
commit
afa5080d44
1 changed files with 0 additions and 4 deletions
|
|
@ -1783,10 +1783,6 @@ class Fiche
|
|||
{
|
||||
$query=FormatString($query);
|
||||
|
||||
/**
|
||||
*@function
|
||||
*@todo FS#151 bad performance, to be changed with a prepare stmt
|
||||
*/
|
||||
if (strlen(trim($query)) > 1)
|
||||
{
|
||||
$filter_query=$and."(vw_name ilike '%$query%' or quick_code ilike ('%$query%') or vw_description ilike '%$query%' or tva_num ilike '%$query%')";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue