From da44339d4f6e1a1dd277721d4ed34392cf9c8b46 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 27 Jan 2011 10:23:04 +0000 Subject: [PATCH] --- include/wawi_bestelldetail.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wawi_bestelldetail.class.php b/include/wawi_bestelldetail.class.php index 5ba13f736..7a035b232 100644 --- a/include/wawi_bestelldetail.class.php +++ b/include/wawi_bestelldetail.class.php @@ -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)) {