From 0b3f9d721521a61d2e731e6e2bd428b42e93c2d7 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Wed, 22 Feb 2017 09:47:04 +0000 Subject: [PATCH] no_show is numeriek, rechts alignen dus. svn path=/Website/branches/v2016.3/; revision=32893 --- APPL/RES/res_list.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)