getAufteilungFrom Bestellung wird nach oe_kurzbz sortiert

This commit is contained in:
Karl Burkhart
2011-03-15 08:25:05 +00:00
parent 868e5816a3
commit 2ec4b67a43
+1 -1
View File
@@ -177,7 +177,7 @@ class wawi_aufteilung extends basis_db
public function getAufteilungFromBestellung($bestellung_id)
{
$qry = "SELECT * from wawi.tbl_aufteilung where bestellung_id = ".$this->addslashes($bestellung_id).";";
$qry = "SELECT * from wawi.tbl_aufteilung where bestellung_id = ".$this->addslashes($bestellung_id)." Order by oe_kurzbz;";
if($this->db_query($qry))
{