UWVA#55801 Afspraak (Bezoekersregistratie)

svn path=/Website/trunk/; revision=40496
This commit is contained in:
Alex Tiehuis
2019-01-10 14:49:53 +00:00
parent fe4b268876
commit fe4773ddd6

View File

@@ -88,7 +88,7 @@ else
+ " AND fac_activiteit_key IS NULL";
toRs = Oracle.Execute(tsql);
if (!toRs.eof) {
url = (mobiel > 0 ? "../pda/" : "../mld/mld_") + "melding.asp?urole="+urole+"&mld_key="+toRs(0).value;
url = (mobiel > 0 ? "../pda/melding.asp?urole="+urole+"&mld_key="+toRs(0).value : "../mld/mld_melding.asp?urole=xx&mld_key="+toRs(0).value);
}
}
else