HSLE#56678: Uitleenregistratie mobiel geeft foutmelding bij ICT Hardware.

svn path=/Website/trunk/; revision=41334
This commit is contained in:
Maykel Geerdink
2019-03-06 11:33:21 +00:00
parent 460b583fb5
commit 6e7c3d6d3c

View File

@@ -2296,7 +2296,12 @@ ins = {checkAutLevel:
+ ", i.ins_alg_ruimte_key alg_ruimte_key"
+ ", 0 dummy1" // department key
+ (koppel_key? ", ins_deelkoppeling_omschrijving, ins_deelkoppeling_van_key, ins_deelkoppeling_naar_key" : "")
: "")
: " , CASE WHEN i.ins_alg_ruimte_type_org IS NOT NULL"
+ " THEN (SELECT p.prs_perslid_naam_full"
+ " FROM prs_v_perslid_fullnames_all p"
+ " WHERE p.prs_perslid_key = i.ins_alg_ruimte_key)"
+ " ELSE NULL"
+ " END uitgeleend_aan")
+ " FROM ins_deel i"
+ (terr_key
? ", alg_terreinsector t"