FSN#40154 Weergave opdrachtnummer bij urenregistratie zonder vakgroeptypeprefix geeft null
svn path=/Website/trunk/; revision=33444
This commit is contained in:
@@ -594,7 +594,8 @@ if (urole != "fe" && canWrite)
|
||||
+ " AND m.mld_stdmelding_key = std.mld_stdmelding_key "
|
||||
+ " AND m.mld_melding_key = " + oRs("mld_melding_key").value;
|
||||
var toRs = Oracle.Execute(tsql);
|
||||
txt = toRs("ins_srtdiscipline_prefix").Value + txt;
|
||||
var prefix = toRs("ins_srtdiscipline_prefix").Value || "";
|
||||
txt = prefix + txt;
|
||||
if (S("mld_uren_omschrijving") == 2 || !ttl) // meldingomschrijving primair tonen
|
||||
{
|
||||
var oms = toRs("omschrijving").Value;
|
||||
|
||||
Reference in New Issue
Block a user