--- trunk/tntnet/dynamic/customerlist.ecpp 2007/11/29 16:16:34 103 +++ trunk/tntnet/dynamic/customerlist.ecpp 2007/11/29 17:06:38 104 @@ -13,7 +13,7 @@ dburl; -<&header title="Critical systems"> +<&header title="Customers and installations">

Customers and installations

@@ -50,6 +50,7 @@ std::stringstream sqlstream; sqlstream << "SELECT id, description FROM installation "; sqlstream << "WHERE customerid = " << customerid; + sqlstream << " ORDER BY description ASC"; tntdb::Result instres = conn.select(sqlstream.str());