FSN#36131 API2: Relatie tussen reservations en appointments/visitors

svn path=/Website/trunk/; revision=32050
This commit is contained in:
Jos Groot Lipman
2016-12-20 16:35:20 +00:00
parent 219c0f42c3
commit 8ec898bbbb

View File

@@ -44,7 +44,8 @@ function model_appointments()
"action" : { dbs: "bez_actie_key", typ: "key", foreign: "bez_actie", label: L("lcl_action"), track: true}, "action" : { dbs: "bez_actie_key", typ: "key", foreign: "bez_actie", label: L("lcl_action"), track: true},
"location" : { dbs: "alg_locatie_key", typ: "key", foreign: "alg_locatie"}, "location" : { dbs: "alg_locatie_key", typ: "key", foreign: "alg_locatie"},
"_alg_keys" : { dbs: "alg_onrgoed_keys", typ: "key", fnval: afs_alg_onrgoed_keys }, "_alg_keys" : { dbs: "alg_onrgoed_keys", typ: "key", fnval: afs_alg_onrgoed_keys },
"contact" : { dbs: "bez_afspraak_contact_key", typ: "key", foreign: "prs_perslid", label: L("lcl_vis_contactperson"), track: true} "contact" : { dbs: "bez_afspraak_contact_key", typ: "key", foreign: "prs_perslid", label: L("lcl_vis_contactperson"), track: true},
"reservation": { dbs: "res_rsv_ruimte_key", typ: "key", foreign: "res_rsv_ruimte", label: L("lcl_reservation"), track: true}
}; };
if (S("vis_afspraak_onrgoed_uses_keys")) if (S("vis_afspraak_onrgoed_uses_keys"))