Fix: bug #20196
This commit is contained in:
parent
ccea48b31d
commit
411b4dc6e9
@ -198,7 +198,7 @@ else
|
|||||||
|
|
||||||
if ($contact->birthday)
|
if ($contact->birthday)
|
||||||
{
|
{
|
||||||
print '<tr><td>'.$langs->trans("Birthdate").'</td><td colspan="3">'.dolibarr_print_date($contact->birthday,'day");
|
print '<tr><td>'.$langs->trans("Birthdate").'</td><td colspan="3">'.dolibarr_print_date($contact->birthday,"day");
|
||||||
|
|
||||||
if ($contact->birthday_alert)
|
if ($contact->birthday_alert)
|
||||||
print ' (alerte anniversaire active)</td>';
|
print ' (alerte anniversaire active)</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user