MNNL#33976 Man info reserveringen wensen (2)
svn path=/Website/trunk/; revision=27049
This commit is contained in:
@@ -1756,9 +1756,12 @@ function res_list (pautfunction, params)
|
||||
if (S("res_reservering_flags") > 0)
|
||||
res_columns[res_columns.length] = new Column({caption: "o", content: fncolFlags, align: "center"})
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_resnr"), "res_reservering_key")
|
||||
|
||||
|
||||
|
||||
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_location"), "locatie")
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_room_n"), "ruimte_aanduiding")
|
||||
res_columns.push (new Column({caption: L("lcl_config_instance"), content: fnrowConfiguration, keepKeyRepeat: true}));
|
||||
res_columns[res_columns.length] = new Column( {caption: L("lcl_date"), content: fncolDatum, customSort: fncolDatumSort, datatype: "date", nowrap: true});
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_res_starttime"), fncolVan, "time")
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_res_endtime"), fncolTot, "time")
|
||||
@@ -1767,6 +1770,7 @@ function res_list (pautfunction, params)
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_host"), "gastheer")
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_res_account"), "kostenplaats")
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_descr"), "omschrijving")
|
||||
res_columns.push (new Column({caption: L("lcl_config_instance"), content: fnrowConfiguration, keepKeyRepeat: true}));
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_remark"), "opmerking")
|
||||
res_columns.push (new Column({caption: L("lcl_res_pers_n"), content: fnrowVisitorsF, datatype: "integer", total: true}));
|
||||
res_columns[res_columns.length] = new columnData(L("lcl_res_no_show"), "noshow")
|
||||
@@ -2155,8 +2159,8 @@ function res_list (pautfunction, params)
|
||||
filterParams: params,
|
||||
outputmode: outputmode,
|
||||
title: L("lcl_reservation_title"),
|
||||
inlineDetails: (backo && groupres == 1)?"inlineVoorzieningUrl":null,
|
||||
hasInlineDetails: (backo && groupres == 1)?fnHasVZ:null,
|
||||
inlineDetails: ((backo || minfo) && groupres == 1)?"inlineVoorzieningUrl":null,
|
||||
hasInlineDetails: ((backo || minfo) && groupres == 1)?fnHasVZ:null,
|
||||
showAll: showall,
|
||||
suppressKeyRepeat: print?"res_rsv_ruimte_key":null // suppress fields when no key-change
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user