FSN#31698 Rapportgenerator savepoint

svn path=/Website/trunk/; revision=24330
This commit is contained in:
Jos Groot Lipman
2015-03-04 13:44:42 +00:00
parent 315e053c23
commit 54db4ca442
18 changed files with 258 additions and 126 deletions

View File

@@ -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><%