From 141e5a5bea9640f63da9eda5655040bf234b3ac7 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Thu, 14 Apr 2016 15:34:10 +0000 Subject: [PATCH] FSN#35338 Sequence waa niet goed herkend door Codecharge conversie svn path=/Website/trunk/; revision=28954 --- APPL/API2/model_mld_dienstniveau.inc | 4 ++-- APPL/API2/model_mld_typeopdr.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/APPL/API2/model_mld_dienstniveau.inc b/APPL/API2/model_mld_dienstniveau.inc index 5af71942cb..e45ca74eaf 100644 --- a/APPL/API2/model_mld_dienstniveau.inc +++ b/APPL/API2/model_mld_dienstniveau.inc @@ -29,13 +29,13 @@ function model_mld_dienstniveau() "dbs": "mld_dienstniveau_key", "label": "Key", "typ": "key", - "required": true, "filter": "exact", - "seq": null + "seq": "mld_s_dienstniveau_key" }, "name": { "dbs": "mld_dienstniveau_omschr", "label": L("mld_dienstniveau_omschr"), + "required": true, "typ": "varchar", "translate": true }, diff --git a/APPL/API2/model_mld_typeopdr.inc b/APPL/API2/model_mld_typeopdr.inc index f5de563674..e36b798fa3 100644 --- a/APPL/API2/model_mld_typeopdr.inc +++ b/APPL/API2/model_mld_typeopdr.inc @@ -31,7 +31,7 @@ function model_mld_typeopdr() "typ": "key", "required": true, "filter": "exact", - "seq": null + "seq": "mld_s_mld_stdmelding_key" }, "name": { "dbs": "mld_typeopdr_omschrijving",