HCAS#36932 INS/MGT: beheerscherm kenmerken toont verwijderde disciplines

svn path=/Website/trunk/; revision=29821
This commit is contained in:
Erik Groener
2016-06-22 14:43:51 +00:00
parent 4e5f92fb75
commit 978fdf91df
3 changed files with 3 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ function model_ins_kenmerk(fnparams)
"typ": "key",
"required": true,
"insertonly": true,
"foreign": { "tbl": "ins_discipline",
"foreign": { "tbl": "ins_v_aanwezigdiscipline",
"key": "ins_discipline_key",
"desc": "ins_discipline_omschrijving"
}

View File

@@ -52,7 +52,7 @@ function model_ins_srtcontrole()
"label": L("ins_srtinstallatie_discipline"),
"typ": "key",
"required": true,
"foreign": { "tbl": "ins_discipline",
"foreign": { "tbl": "ins_v_aanwezigdiscipline",
"key": "ins_discipline_key",
"desc": "ins_discipline_omschrijving"
}

View File

@@ -56,6 +56,7 @@ function model_mld_dienstpakket()
+ " , mld_stdmelding sm"
+ " where sd.ins_srtdiscipline_key = td.ins_srtdiscipline_key"
+ " and td.ins_discipline_key = sm.mld_ins_discipline_key"
+ " and td.ins_discipline_verwijder is null"
+ " order by 2)",
"key": "mld_stdmelding_key",
"desc": "full_description"