From 30faced8280c2e58121010bf046fe1fd84c19940 Mon Sep 17 00:00:00 2001 From: Alex Tiehuis Date: Wed, 20 Feb 2019 09:46:12 +0000 Subject: [PATCH] NYBU#56537 Actielijst campus | Veld persoon in contract campus verplicht maken svn path=/Website/trunk/; revision=41064 --- APPL/API2/model_cnt_disc_params.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/APPL/API2/model_cnt_disc_params.inc b/APPL/API2/model_cnt_disc_params.inc index 1cc1bb46ed..dc2212a9ce 100644 --- a/APPL/API2/model_cnt_disc_params.inc +++ b/APPL/API2/model_cnt_disc_params.inc @@ -96,12 +96,14 @@ model_cnt_disc_params = { "name": "company", "label": L("cnt_discipline_bind_company"), - "mask": 1 + "mask": 1, + "defaultvalue": 1 }, { "name": "person", "label": L("cnt_discipline_bind_person"), - "mask": 2 + "mask": 2, + "defaultvalue": 1 } ] }