From 405abfd0e41989d716ec1257c1898eaee17136cd Mon Sep 17 00:00:00 2001 From: Ruud Lipper Date: Mon, 8 May 2017 12:49:10 +0000 Subject: [PATCH] FSN#39638 Bulk bewerken via scaffolding svn path=/Website/trunk/; revision=33725 --- APPL/API2/model_mld_disc_params.inc | 48 +++++++++++++++++++---------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/APPL/API2/model_mld_disc_params.inc b/APPL/API2/model_mld_disc_params.inc index fb6aff00b1..5490854c56 100644 --- a/APPL/API2/model_mld_disc_params.inc +++ b/APPL/API2/model_mld_disc_params.inc @@ -43,44 +43,51 @@ model_mld_disc_params = "key": "mld_behandelgroep_key", "desc": "mld_behandelgroep_naam" }, - "filter": "exact" + "filter": "exact", + "multiedit": true }, "orderlimit1": { "dbs": "mld_disc_params_bestellimiet", "label": L("mld_discipline_bestellimiet1"), "iscurrency": true, - "typ": "float" + "typ": "float", + "multiedit": true }, "orderlimit2": { "dbs": "mld_disc_params_bestellimiet2", "label": L("mld_discipline_bestellimiet2"), "iscurrency": true, - "typ": "float" + "typ": "float", + "multiedit": true }, "orderlimit3": { "dbs": "mld_disc_params_bestellimiet3", "label": L("mld_discipline_bestellimiet3"), "iscurrency": true, - "typ": "float" + "typ": "float", + "multiedit": true }, "orderlimit4": { "dbs": "mld_disc_params_bestellimiet4", "label": L("mld_discipline_bestellimiet4"), "iscurrency": true, - "typ": "float" + "typ": "float", + "multiedit": true }, "orderlimit5": { "dbs": "mld_disc_params_bestellimiet5", "label": L("mld_discipline_bestellimiet5"), "iscurrency": true, - "typ": "float" + "typ": "float", + "multiedit": true }, "chargebudget": { "dbs": "mld_disc_params_pgb", "label": L("mld_discipline_pgb"), "typ": "number", "LOV": L("mld_discipline_pgbLOV"), - "emptyoption": null + "emptyoption": null, + "multiedit": true }, "adjuststartdate": { "dbs": "mld_disc_params_startdatum", @@ -92,12 +99,14 @@ model_mld_disc_params = "label": L("mld_discipline_fo_process"), "typ": "number", "LOV": L("mld_discipline_fo_processLOV"), - "emptyoption": null + "emptyoption": null, + "multiedit": true }, "forward": { "dbs": "mld_disc_params_keten", "label": L("mld_discipline_forward"), - "typ": "check0" + "typ": "check0", + "multiedit": true }, "frontendpriority": { "dbs": "mld_disc_params_frontendprio", @@ -107,7 +116,8 @@ model_mld_disc_params = "owncost": { "dbs": "mld_disc_params_eigen_kp", "label": L("mld_discipline_eigenkp"), - "typ": "check0" + "typ": "check0", + "multiedit": true }, "invoicemarginpct": { "dbs": "mld_disc_params_factuurpct", @@ -144,19 +154,22 @@ model_mld_disc_params = "label": L("mld_discipline_bonotify"), "typ": "number", "LOV": L("mld_discipline_bonotifyLOV"), - "emptyoption": null + "emptyoption": null, + "multiedit": true }, "notifybe": { "dbs": "mld_disc_params_benotify", "label": L("mld_discipline_benotify"), - "typ": "check0" + "typ": "check0", + "multiedit": true }, "notifycust": { "dbs": "mld_disc_params_notify", "label": L("mld_discipline_custnotify"), "typ": "number", "LOV": L("mld_discipline_custnotifyLOV"), - "emptyoption": null + "emptyoption": null, + "multiedit": true }, "reminderdays": { "dbs": "mld_disc_params_noti_dagen", @@ -168,7 +181,8 @@ model_mld_disc_params = "label": L("mld_discipline_opdr_kosten"), "typ": "number", "LOV": L("mld_discipline_opdr_kostenLOV"), - "emptyoption": null + "emptyoption": null, + "multiedit": true }, "activity": { "dbs": "fac_activiteit_key", @@ -184,7 +198,8 @@ model_mld_disc_params = "dbs": "mld_disc_params_offerteauto", "label": L("mld_discipline_autoofferte"), "typ": "check0", - "defaultvalue": 1 + "defaultvalue": 1, + "multiedit": true }, "fenotes": { "dbs": "mld_disc_params_fenotes", @@ -192,7 +207,8 @@ model_mld_disc_params = "typ": "number", "LOV": L("mld_discipline_interactfeLOV"), "defaultvalue": 0, - "emptyoption": null + "emptyoption": null, + "multiedit": true }, "offhours": { "dbs": "mld_disc_params_offhours",