VNOG#83741 Afleveradres-veld ook aan mobile toegevoegd

svn path=/Website/trunk/; revision=64908
This commit is contained in:
2024-05-30 13:29:22 +00:00
parent 53bc9bc950
commit cf03e4cef8

View File

@@ -30,6 +30,7 @@ var mld_start_key = getQParamInt("start_key", -1);
<!-- #include file="../Shared/common.inc" -->
<!-- #include file="../Shared/calendar.inc" -->
<!-- #include file="../Shared/selector.inc" -->
<!-- #include file="../Shared/adresselector.inc" -->
<!-- #include file="../Shared/afdelingselector.inc" -->
<!-- #include file="../Shared/kostenplaatsselector.inc" -->
<!-- #include file="../Shared/stdmeldingselector.inc" -->
@@ -1363,6 +1364,18 @@ if (action != "forward")
});
}
if (stdm_info.ins_srtdiscipline_bes > 0) { // Afleveradres
FCLTadresselector("del_address", "sgAdres",
{ adresKey: mld_info.deladdress_key,
label: L("lcl_delivery_address"),
emptyOption: "",
filtercode: "A",
autlevel: (this_mld.authparams(autfunction)? this_mld.authparams(autfunction).ALGreadlevel : 9),
readonly: (mld_info.deladdress_key > 0 && mld_key > 0 && !this_mld.canAflChange),
required: stdm_info.afleveradres_verplicht
});
}
if (mld_key > -1)
{
if (this_mld.canAfhandChange || (!mld_info.parent_key && !start_key))