FSN#31698 Rapportgenerator savepoint
svn path=/Website/trunk/; revision=24330
This commit is contained in:
@@ -189,6 +189,10 @@ function ROFIELD(pclass, plabel, pvalue, params)
|
||||
if ((pvalue == null || pvalue == "") && params.suppressEmpty)
|
||||
return; // snel klaar
|
||||
|
||||
// Vanuit API2 model
|
||||
if (pvalue != null && typeof pvalue == "object" && "name" in pvalue)
|
||||
pvalue = pvalue["name"];
|
||||
|
||||
if (plabel) {
|
||||
%><td class="label"><label <%=params && params.id? ' for=\"' + params.id + '\"' : ''%>><%=plabel? plabel + ":" : ""%></label></td>
|
||||
<td><%
|
||||
|
||||
Reference in New Issue
Block a user