HOUT#57350: Uitleen registratie (lijkt) omgevallen (Persoon selector is verdwenen).
svn path=/Website/branches/v2019.1/; revision=42117
This commit is contained in:
@@ -478,7 +478,7 @@ else
|
||||
{
|
||||
// Persoonselector of contractpersoonselector moet ingevuld worden.
|
||||
// Bij type==R/A is hij nog niet uitgeleend
|
||||
if (alg_ruimte_type == "R" || alg_ruimte_type == "A" || alg_ruimte_type == "P")
|
||||
if (alg_ruimte_type == "R" || alg_ruimte_type == "A" || alg_ruimte_type == "P" || alg_ruimte_type == "W" || alg_ruimte_type == "T")
|
||||
FCLTpersoonselector("lent_out_person", // requestor
|
||||
"sglent_out_person",
|
||||
{ perslidKey: (isLendOut? (alg_ruimte_type == "P"? algprs_key : null) : default_prs_key),
|
||||
@@ -488,7 +488,7 @@ else
|
||||
readonly: isLendOut,
|
||||
onChange: "onChangePerson"
|
||||
});
|
||||
if (alg_ruimte_type == "R" || alg_ruimte_type == "A" || alg_ruimte_type == "C")
|
||||
if (alg_ruimte_type == "R" || alg_ruimte_type == "A" || alg_ruimte_type == "C" || alg_ruimte_type == "W" || alg_ruimte_type == "T")
|
||||
FCLTcontactpersoonselector("lent_out_cperson",
|
||||
"sglent_out_cperson",
|
||||
{ contactpersoonKey: (isLendOut? (alg_ruimte_type == "C"? algprs_key : null) : null),
|
||||
|
||||
Reference in New Issue
Block a user