PCHD#27790: Uitbreiding factuurscherm (flexkenmerken).

svn path=/Website/trunk/; revision=19806
This commit is contained in:
Maykel Geerdink
2013-11-13 12:25:57 +00:00
parent ae55209050
commit 96ce41a4d7
2 changed files with 3 additions and 1 deletions

View File

@@ -605,6 +605,7 @@ function addFlexKenmerkKolommen(oRsFlex, lthis, params)
{
var lastRowKey = params.lastRowKey;
var thisKey = params.thisKey;
var noFlexResult = params.noFlexResult;
with(lthis)
{ // Flexkenmerken tonen bij isPrinting of isExcel
var lhtml = "";

View File

@@ -1233,7 +1233,8 @@ function __rsMakeTableRow(oRs, oRsFlex, cnt, anyMultiActions, noFlexResult)
// Nog kolommen toevoegen voor de flexkenmerken
appender += addFlexKenmerkKolommen(oRsFlex, this,
{ lastRowKey: lastRowKey,
thisKey: thisKey
thisKey: thisKey,
noFlexResult: noFlexResult
});
if ((!isPrinting && (columns[i].purpose & VIEW_ONLY)) ||