KFNS#35062 Afhandelen opdrachten overzicht vakgroep
svn path=/Website/trunk/; revision=28612
This commit is contained in:
@@ -338,6 +338,7 @@ function opdr_list (params)
|
||||
+ " , t.mld_typeopdr_decentraal"
|
||||
+ " , t.mld_typeopdr_afmelden_extern"
|
||||
+ " , sd.ins_srtdiscipline_prefix"
|
||||
+ " , sd.ins_srtdiscipline_omschrijving"
|
||||
+ " , " + lcl.xsqla('std.mld_stdmelding_omschrijving','std.mld_stdmelding_key')
|
||||
+ " , " + S("prs_pers_string")+ " melder"
|
||||
+ " , SYSDATE nu"
|
||||
@@ -1055,6 +1056,12 @@ function opdr_list (params)
|
||||
rst.addColumn(new Column({caption: L("lcl_mld_invoiced") + "(" + S("currency_pref") + ")", content: "gefactureerd", datatype: "currency", total: true}));
|
||||
}
|
||||
|
||||
if (excel)
|
||||
{
|
||||
rst.addColumn(new Column({caption: L("lcl_vakgroup_type"), content: "ins_srtdiscipline_omschrijving"}));
|
||||
rst.addColumn(new Column({caption: L("lcl_vakgroup"), content: "ins_discipline_omschrijving"}));
|
||||
}
|
||||
|
||||
// actions conditioneel maken?
|
||||
rst.addAction({ action: "opdr_edit", caption: L("lcl_details"), isDefault: true });
|
||||
if (urole=="fo" || urole =="bo" || urole =="b2")
|
||||
|
||||
Reference in New Issue
Block a user