FCLT#56050 Doorsturen null##### viel op tijdens release presentatie indien prefix == null dan prefix = ""

svn path=/Website/trunk/; revision=41450
This commit is contained in:
2019-03-11 11:50:03 +00:00
parent 67c50fd1b8
commit b85db2f3f8

View File

@@ -202,7 +202,7 @@ FCLTHeader.Requires({ plugins: ["jQuery", "kenmerk"],
<body class="modal" id="mod_mldforward">
<form action="mld_forward_save.asp?mld_key=<%=mld_key%>&fwdType=<%=fwdType%>" method="post" name="u2">
<% BLOCK_START("mldForward", (fwdType == 1 ? fwdInfo.fwdLabel : L("lcl_mld_forward_team")) + " " + mld_melding.prefix + mld_key, {tableid: "tblforward"})
<% BLOCK_START("mldForward", (fwdType == 1 ? fwdInfo.fwdLabel : L("lcl_mld_forward_team")) + " " + (mld_melding.prefix || "") + mld_key, {tableid: "tblforward"})
if (fwdType == 1)
{