KFNS#34792 Leverancier-SLA/Melding-SLA kunnen definiëren.

svn path=/Website/trunk/; revision=30613
This commit is contained in:
Jos Groot Lipman
2016-09-07 12:34:06 +00:00
parent 0acf49c437
commit de784080d6

View File

@@ -138,6 +138,14 @@ function model_mld_typeopdr()
"typ": "key",
"LOV": L("mld_typeopdr_kosten_verplichtLOV"),
"emptyoption": null
},
"slamode": {
"dbs": "mld_typeopdr_slamode",
"label": L("mld_typeopdr_slamode"),
"typ": "key",
"defaultvalue": "1",
"LOV": L("mld_typeopdr_slamodeLOV"),
"emptyoption": null
}
};