Improvement to holidays module
Creation date can't be higher than today
This commit is contained in:
parent
dbb0fa09ff
commit
dcb6bb4c2e
@ -273,7 +273,7 @@ print '<input class="flat" size="4" type="text" name="search_ref" value="'.$sear
|
||||
// DATE CREATE
|
||||
print '<td class="liste_titre" colspan="1" align="center">';
|
||||
print '<input class="flat" type="text" size="1" maxlength="2" name="month_create" value="'.$month_create.'">';
|
||||
$formother->select_year($year_create,'year_create',1, $min_year, $max_year);
|
||||
$formother->select_year($year_create,'year_create',1, $min_year, 0);
|
||||
print '</td>';
|
||||
|
||||
// UTILISATEUR
|
||||
|
||||
Loading…
Reference in New Issue
Block a user