no_show is numeriek, rechts alignen dus.

svn path=/Website/branches/v2016.3/; revision=32893
This commit is contained in:
Jos Groot Lipman
2017-02-22 09:47:04 +00:00
parent 391dcd51ec
commit 0b3f9d7215

View File

@@ -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.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[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.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 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}) res_columns[res_columns.length] = new Column( {caption: L("lcl_res_oordeel"), content: fncolOordeel, total: true})
if (excel || print) if (excel || print)