Code cleaning : form_input has been removed, inputtype is replaced by the object widget
This commit is contained in:
parent
4df10f9715
commit
a71b69eae1
2 changed files with 15 additions and 11 deletions
|
|
@ -849,7 +849,7 @@ function VerifData($p_cn,$p_array,$p_user)
|
|||
return BADDATE;
|
||||
}
|
||||
// userPref contient la periode par default
|
||||
$userPref=GetUserPeriode($p_cn,$p_user);
|
||||
$userPref=$p_user->GetPeriode();
|
||||
list ($l_date_start,$l_date_end)=GetPeriode($p_cn,$userPref);
|
||||
|
||||
// Date dans la periode active
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue