FSN#40183 Kopie record maken via scaffolding
svn path=/Website/trunk/; revision=33544
This commit is contained in:
@@ -54,7 +54,8 @@ function model_fin_btwtabel()
|
||||
this.includes = {
|
||||
"vattablevalues": {
|
||||
"model": new model_fin_btwtabelwaarde(),
|
||||
"joinfield": "vattable"
|
||||
"joinfield": "vattable",
|
||||
"enable_update": true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -91,7 +91,8 @@ function model_mld_srtdiscipline()
|
||||
this.includes = {
|
||||
"mld_opdrtypes": {
|
||||
"model": new model_mld_typeopdr_srtdiscipline(),
|
||||
"joinfield": "disciplinetype"
|
||||
"joinfield": "disciplinetype",
|
||||
"enable_update": true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user