Update card.php
This commit is contained in:
parent
01947288fb
commit
8a97ba4ba9
@ -2594,7 +2594,7 @@ else
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
if($caneditfield)
|
if($caneditfield)
|
||||||
{
|
{
|
||||||
echo $form->select_date(GETPOST('birth')?GETPOST('birth'):$object->birth,'birth',0,0,1,'updateuser',1,0,1);
|
echo $form->selectDate(GETPOST('birth')?GETPOST('birth'):$object->birth, 'birth', 0, 0, 1, 'updateuser', 1, 0);
|
||||||
}else{
|
}else{
|
||||||
print dol_print_date($object->birth, 'day');
|
print dol_print_date($object->birth, 'day');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user