PCHD#27790: Uitbreiding factuurscherm (flexkenmerken).
svn path=/Website/trunk/; revision=19806
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
@@ -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)) ||
|
||||
|
||||
Reference in New Issue
Block a user