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