@@ -1,6 +1,6 @@
|
||||
<% /*
|
||||
$Revision: 4 $
|
||||
$Modtime: 17-06-10 13:40 $
|
||||
$Revision: 5 $
|
||||
$Modtime: 7-07-10 8:46 $
|
||||
*/ %>
|
||||
|
||||
<%
|
||||
@@ -437,7 +437,7 @@ function flexHeader(oRsFlex)
|
||||
return flexHeader;
|
||||
}
|
||||
|
||||
function flexValue(oRsFlex)
|
||||
function flexValue(oRsFlex, showProperties)
|
||||
{
|
||||
// We do never want dimension suffixed to the value. use it in the labels instead
|
||||
// Voor afdruk naar excel is de dimensies achter de kolom header geplakt.
|
||||
@@ -446,7 +446,7 @@ function flexValue(oRsFlex)
|
||||
if ('' + oRsFlex("waarde").value != 'null')
|
||||
flexValue = oRsFlex("waarde").value;
|
||||
|
||||
if (isPrinting && flexValue != "")
|
||||
if ((isPrinting || showProperties) && flexValue != "")
|
||||
flexValue = (oRsFlex("omschrijving").value? oRsFlex("omschrijving").value : "")
|
||||
+ ('' + oRsFlex("dimensie").value != 'null'
|
||||
? ' (' + oRsFlex("dimensie").value + ')'
|
||||
|
||||
Reference in New Issue
Block a user