UWVA#52339 Bevinding bij 39063
svn path=/Website/trunk/; revision=38367
This commit is contained in:
@@ -633,7 +633,7 @@ mld = {setmeldingstatus:
|
|||||||
var autoorder = oRs("mld_stdmelding_autoorder").Value == 1;
|
var autoorder = oRs("mld_stdmelding_autoorder").Value == 1;
|
||||||
oRs.Close();
|
oRs.Close();
|
||||||
|
|
||||||
if (!autoorder && enddateempty)
|
if ((!autoorder && enddateempty) || (autoorder && enddateempty))
|
||||||
einddatum = null;
|
einddatum = null;
|
||||||
else if (uitvoertijd)
|
else if (uitvoertijd)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user