This commit is contained in:
Karl Burkhart
2011-01-24 08:38:30 +00:00
parent 664699deed
commit 2e23ef9385
+1 -2
View File
@@ -433,9 +433,8 @@ class wawi_konto extends basis_db
$qry = 'select konto.*, '.$qry_beschreibung.'
from wawi.tbl_konto konto, wawi.tbl_konto_kostenstelle kst
where kst.konto_id = konto.konto_id and kst.kostenstelle_id ='.$kostenstelle_id.';';
where kst.konto_id = konto.konto_id and kst.kostenstelle_id ='.$kostenstelle_id.' ORDER by konto.beschreibung;';
//echo $qry;
if(!$this->db_query($qry))
{
$this->errormsg = "Fehler bei der Abfrage aufgetreten.";