added get_firmaorganisationseinheit -> order by firma.name

This commit is contained in:
Karl Burkhart
2011-02-08 15:12:42 +00:00
parent 60d626a1d3
commit f2e2a6a3da
+1 -1
View File
@@ -627,7 +627,7 @@ class firma extends basis_db
if($oe_kurzbz!='')
$qry.=" and tbl_firma_organisationseinheit.oe_kurzbz='".addslashes($oe_kurzbz)."'";
$qry.=" ORDER BY tbl_firma_organisationseinheit.oe_kurzbz ";
$qry.=" ORDER BY tbl_firma.name, tbl_firma_organisationseinheit.oe_kurzbz ";
if($this->db_query($qry))
{
while($row = $this->db_fetch_object())