NYBU#31007 Schermmelding reserveringen
svn path=/Website/trunk/; revision=30867
This commit is contained in:
@@ -156,7 +156,7 @@ if (restype == "R")
|
||||
if (rsv_ruimte_key == -1 && // (update controle komt later wel)
|
||||
date_from < res.discipline_expire(disc_key) && !adhoc)
|
||||
{
|
||||
if (urole == "fe" && this_res.canChangeFEExtended)
|
||||
if (urole == "fe" && (this_res?this_res.canChangeFEExtended:true))
|
||||
abort_with_warning(L("lcl_res_lastmin"));
|
||||
else
|
||||
if (urole != "bo")
|
||||
|
||||
Reference in New Issue
Block a user