mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
getAufteilungFrom Bestellung wird nach oe_kurzbz sortiert
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user