From 095b4850e637ce7445fc34ff6c2f51adc5a399b1 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Mon, 30 May 2016 10:32:37 +0000 Subject: [PATCH] FSN#36665 AiAi 'INTERNAL_ERROR_PNIVEAU' is undefined svn path=/Website/branches/v2016.1/; revision=29564 --- APPL/API2/model_persons.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/APPL/API2/model_persons.inc b/APPL/API2/model_persons.inc index fa3e24f324..1b1a3011d0 100644 --- a/APPL/API2/model_persons.inc +++ b/APPL/API2/model_persons.inc @@ -74,14 +74,14 @@ function model_persons() }; this.includes = { - "custom_fields" : { - "model": new model_custom_fields(this, "PRS", { readman: true, readuse: true }), - "joinfield": "flexparentkey" - }, "authorization": { "model": new model_fac_gebruikersgroep(), "joinfield": "user" }, + "custom_fields" : { + "model": new model_custom_fields(this, "PRS", { readman: true, readuse: true, pNiveau: "P" }), + "joinfield": "flexparentkey" + }, "tracking": { "model": new model_tracking(["perslid"]), "joinfield": "fac_tracking_refkey"