This commit is contained in:
Karl Burkhart
2010-12-14 08:14:27 +00:00
parent 085b6c0121
commit 65b9c49259
+1 -1
View File
@@ -302,7 +302,7 @@ class wawi_bestelldetail extends basis_db
}
$qry = "SELECT * from wawi.tbl_bestelldetail as detail
where
detail.bestellung_id = ".$bestell_id.";";
detail.bestellung_id = ".$bestell_id." order by position;";
if($this->db_query($qry))
{