RWSN#80100 Verantwoordelijke van locatie aanpassen via Multi-wijzigen
svn path=/Website/trunk/; revision=61929
This commit is contained in:
@@ -98,6 +98,8 @@ user.auth_required_or_abort(ingesloten.length); // We klagen niet over enkele we
|
||||
initEmpty: true,
|
||||
readonly: !this_alg.writeuse,required: true
|
||||
});
|
||||
RWFIELDTR("loc_vw", "fld", L("lcl_estate_locatie_man_verantw"), "", {maxlength: 30});
|
||||
RWFIELDTR("loc_vwtel", "fld", L("lcl_estate_locatie_man_verantw_tel"), "", {maxlength: 20});
|
||||
|
||||
MODAL_BLOCK_END();
|
||||
|
||||
|
||||
@@ -29,6 +29,10 @@ if (Request.Form("vervaldatum").Count == 1 && getFParam("check_vervaldatum", "of
|
||||
fields.push({ dbs: "alg_locatie_vervaldatum", typ: "date", frm: "vervaldatum", track: L("lcl_alg_vervaldatum") });
|
||||
if (Request.Form("dienstniveau").Count == 1 && getFParam("check_dienstniveau", "off") == "on")
|
||||
fields.push({ dbs: "mld_dienstniveau_key", typ: "key", frm: "dienstniveau", track: L("lcl_mld_dienst_niveau"), foreign: "mld_dienstniveau" });
|
||||
if (Request.Form("loc_vw").Count == 1 && getFParam("check_loc_vw", "off") == "on")
|
||||
fields.push({ dbs: "alg_locatie_verantw", typ: "varchar", frm: "loc_vw", track: L("lcl_estate_locatie_man_verantw") });
|
||||
if (Request.Form("loc_vwtel").Count == 1 && getFParam("check_loc_vwtel", "off") == "on")
|
||||
fields.push({ dbs: "alg_locatie_verantw_tel", typ: "varchar", frm: "loc_vwtel", track: L("lcl_estate_locatie_man_verantw_tel") });
|
||||
|
||||
for (var i = 0; i < loc_key_arr.length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user