HCAS#36932 INS/MGT: beheerscherm kenmerken toont verwijderde disciplines
svn path=/Website/trunk/; revision=29821
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user