From 36427042bf3074324d8fc9d7149e1de6c86daca9 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Wed, 29 Mar 2017 12:10:38 +0000 Subject: [PATCH] AAIT#39554 API2: als reservation/include reservationequipment enable_update heeft dan is dat bij reservationconsumables wel zo logisch svn path=/Website/branches/v2016.3/; revision=33308 --- APPL/API2/model_reservations.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/APPL/API2/model_reservations.inc b/APPL/API2/model_reservations.inc index e059510213..135e002801 100644 --- a/APPL/API2/model_reservations.inc +++ b/APPL/API2/model_reservations.inc @@ -88,7 +88,8 @@ function model_reservations(rsv_key, params) enable_update: true }, "reservationconsumables": { model: model_reservationconsumables, - joinfield: "reservation" + joinfield: "reservation", + enable_update: true }, "tracking": { model: new model_tracking(['reservering', 'xreservering']),