FCLT#56495 behandel hoeft niet groter dan 0 te zijn om mee te geven

svn path=/Website/trunk/; revision=40862
This commit is contained in:
Ruud Lipper
2019-02-08 09:06:57 +00:00
parent bae2fa93ff
commit 2efc4c2240

View File

@@ -438,7 +438,7 @@ var authparams = user.checkAutorisation(autfunction);
{
url = rooturl + "/appl/pda/mld_list.asp?grp=" + safe.url(oRs("ins_discipline_omschrijving").Value)
+ (self > -1? "&self=" + self : "")
+ (behandel_key > 0? "&behandel=" + behandel_key : "")
+ "&behandel=" + behandel_key
+ (status.length > 0? "&status=" + status.join(",") : "")
+ (ruimte_key > -1? "&ruimte_key=" + ruimte_key : "")
+ (ins_key > -1? "&ins_key=" + ins_key : "")