mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -296,13 +296,13 @@ class wawi_bestelldetail extends basis_db
|
||||
|
||||
if(!is_null($filter))
|
||||
{
|
||||
$qry.=" AND (beschreibung like '%".addslashes($filter)."%'
|
||||
$qry.=" AND (lower(beschreibung) like lower('%".addslashes($filter)."%')
|
||||
OR bestelldetail_id::text like '%".addslashes($filter)."%'
|
||||
OR artikelnummer like '%".addslashes($filter)."%'
|
||||
)";
|
||||
}
|
||||
$qry.=" ORDER BY sort, position;";
|
||||
|
||||
//echo $qry;
|
||||
if($this->db_query($qry))
|
||||
{
|
||||
while($row = $this->db_fetch_object())
|
||||
|
||||
Reference in New Issue
Block a user