FSN#40877 Datum laatste actie op meldingenlijst
svn path=/Website/trunk/; revision=39379
This commit is contained in:
@@ -811,9 +811,13 @@ function mld_list (pautfunction, params)
|
|||||||
else return "";
|
else return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncolLaatsteActie(oRs)
|
function fncolLaatsteActieDatum(oRs)
|
||||||
{
|
{
|
||||||
return toDateTimeString(globalRowData.laatste_actie);
|
return toDateString(globalRowData.laatste_actie, excel);
|
||||||
|
}
|
||||||
|
function fncolLaatsteActieTijd(oRs)
|
||||||
|
{
|
||||||
|
return toTimeString(globalRowData.laatste_actie);
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncolFlags(oRs)
|
function fncolFlags(oRs)
|
||||||
@@ -1197,7 +1201,8 @@ function mld_list (pautfunction, params)
|
|||||||
// laatste actiedatum
|
// laatste actiedatum
|
||||||
if (!frontend)
|
if (!frontend)
|
||||||
{
|
{
|
||||||
rst.addColumn(new Column({caption: L("lcl_mld_laatste_actie"), content: fncolLaatsteActie, nowrap: true}));
|
rst.addColumn(new Column({caption: L("lcl_mld_laatste_actie"), content: fncolLaatsteActieDatum, nowrap: true}));
|
||||||
|
rst.addColumn(new Column({caption: "", content: fncolLaatsteActieTijd, nowrap: true, combine: true}));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* de mogelijke acties */
|
/* de mogelijke acties */
|
||||||
|
|||||||
Reference in New Issue
Block a user