no_show is numeriek, rechts alignen dus.
svn path=/Website/branches/v2016.3/; revision=32893
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user