FCLT#54891 AiAi bij toevoegen catering via API2

svn path=/Website/branches/v2018.1/; revision=39710
This commit is contained in:
Jos Groot Lipman
2018-11-07 19:45:56 +00:00
parent 20089ff279
commit ea4b5bd2bf

View File

@@ -63,6 +63,8 @@ function model_reservations(rsv_key, params)
"flag" : { dbs: "res_rsv_ruimte_flag", typ: "number", LOV: ""},
"resroom" : { dbs: "res_ruimte_opstelling.res_ruimte_key", typ: "key", filter: "exact", label: L("lcl_room"), foreign: "res_ruimte" },
"configuration" : { dbs: "res_ruimte_opstelling.res_opstelling_key", typ: "key", foreign: "res_opstelling" },
"room": {"dbs": "alg_ruimte_key","label": L("lcl_room"),"typ": "key","foreign": "alg_ruimte"},
"approved" : { dbs: "res_rsv_ruimte_afgerond", typ: "number", label: L("lcl_res_resappr"), track: true },
"warning" : { dbs: "res_rsv_ruimte_dirtlevel", typ: "number", foreign: fndirtwarn, readonly: true },
"reservation" : { dbs: "res_reservering_key", typ: "key", label: L("lcl_reservation") },