MARX#39537 flexkenmerken kunnen worden aangegeven voor tonen in lijsten (MLD+OPDR)
svn path=/Website/trunk/; revision=33638
This commit is contained in:
@@ -884,7 +884,7 @@ function mld_list (pautfunction, params)
|
||||
rst.addColumn(new Column({caption: L("lcl_fac_like_remark"), content: "oordeel_opm"}));
|
||||
}
|
||||
|
||||
if (anyflex)
|
||||
if (anyflex && !excel && !print)
|
||||
rst.addColumn(new Column({caption: L("lcl_flexlist"), content: "flex"}));
|
||||
|
||||
/* de mogelijke acties */
|
||||
|
||||
@@ -622,7 +622,7 @@ function opdr_list(params)
|
||||
{
|
||||
rst.addColumn(new Column({caption: L("lcl_mld_invoiced") + " (" + L("lcl_valutasign") + ")", content: "gefactureerd", datatype: "currency", total: true}));
|
||||
}
|
||||
if (params.anyflex)
|
||||
if (params.anyflex && !excel && !print)
|
||||
rst.addColumn(new Column({caption: L("lcl_flexlist"), content: "flex"}));
|
||||
|
||||
// actions conditioneel maken?
|
||||
|
||||
Reference in New Issue
Block a user