FSN#40599: Geen Sortering planningsconsole.

svn path=/Website/trunk/; revision=33956
This commit is contained in:
Maykel Geerdink
2017-05-22 14:21:53 +00:00
parent cc995f0825
commit c4761a8202

View File

@@ -5338,7 +5338,7 @@ mld = {setmeldingstatus:
sql = "SELECT * FROM (" + sqlAB + ") us"
+ whereUs
+ " ORDER BY" // ins_discipline_omschrijving is hier al vertaald
+ (planb? " uitv_type_order, uitv_naam, prs_perslid_key NULLS FIRST," : "")
+ (planb? " uitv_type_order, uitv_naam, behandelaar NULLS FIRST," : "")
+ (excel? " UPPER(ins_discipline_omschrijving), mld_typeopdr_key," : "") // Flexkenmerken verschillen per opdrachttype (mld_typeopdr_key)
+ " mld_opdr_einddatum, mld_opdr_bedrijfopdr_volgnr";
}