diff --git a/APPL/RES/res_list.inc b/APPL/RES/res_list.inc index a5173d8dd7..f79ee619ed 100644 --- a/APPL/RES/res_list.inc +++ b/APPL/RES/res_list.inc @@ -1908,7 +1908,7 @@ function res_list (pautfunction, params) 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: "number", total: true})); - res_columns[res_columns.length] = new columnData(L("lcl_res_no_show"), "noshow") + res_columns.push (new Column({caption: L("lcl_res_no_show"), content: "noshow", datatype: "number"})); res_columns[res_columns.length] = new columnData(L("lcl_res_rsv_kosten"), "totaalprijs", "currency", true) res_columns[res_columns.length] = new Column( {caption: L("lcl_res_oordeel"), content: fncolOordeel, total: true}) if (excel || print)