FSN#40877 Datum laatste actie op meldingenlijst
svn path=/Website/trunk/; revision=39305
This commit is contained in:
@@ -1162,6 +1162,8 @@ function mld_list (pautfunction, params)
|
||||
rst.addColumn(new Column({caption: L("lcl_caller"), content: "melder"}));
|
||||
// Behandelaar hoeft niet met de tooltip van de status getoond te worden. De behandelaar wordt wel in een kolom getoond indien het nodig is.
|
||||
rst.addColumn(new Column({caption: L("lcl_mld_status"), content: fncolStatus, tooltip: (outputmode == 0 && !frontend? fncolNoteTooltip : null)}));
|
||||
if (!frontend)
|
||||
rst.addColumn(new Column({caption: L("lcl_fin_note"), content: fncolNote, combine: outputmode == 0}));
|
||||
if (!minfo)
|
||||
{
|
||||
// als je er op filtert weet je het wel, maar op de print vind ik wel leuk
|
||||
@@ -1196,7 +1198,6 @@ function mld_list (pautfunction, params)
|
||||
if (!frontend)
|
||||
{
|
||||
rst.addColumn(new Column({caption: L("lcl_mld_laatste_actie"), content: fncolLaatsteActie, nowrap: true}));
|
||||
rst.addColumn(new Column({caption: L("lcl_fin_note"), content: fncolNote, combine: outputmode == 0}));
|
||||
}
|
||||
|
||||
/* de mogelijke acties */
|
||||
|
||||
Reference in New Issue
Block a user