Fix: showborthday into showbirthday
This commit is contained in:
parent
9ff7905f0c
commit
a76e377f59
@ -242,7 +242,7 @@ $param.='&year='.$year.'&month='.$month.($day?'&day='.$day:'');
|
|||||||
$head = calendars_prepare_head('');
|
$head = calendars_prepare_head('');
|
||||||
|
|
||||||
dol_fiche_head($head, 'card', $langs->trans('Events'), 0, $picto);
|
dol_fiche_head($head, 'card', $langs->trans('Events'), 0, $picto);
|
||||||
print_actions_filter($form,$canedit,$status,$year,$month,$day,$showborthday,$filtera,$filtert,$filterd,$pid,$socid);
|
print_actions_filter($form,$canedit,$status,$year,$month,$day,$showbirthday,$filtera,$filtert,$filterd,$pid,$socid);
|
||||||
dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
// Add link to show birthdays
|
// Add link to show birthdays
|
||||||
|
|||||||
@ -190,7 +190,7 @@ if ($resql)
|
|||||||
$head = calendars_prepare_head('');
|
$head = calendars_prepare_head('');
|
||||||
|
|
||||||
dol_fiche_head($head, 'card', $langs->trans('Events'), 0, 'list');
|
dol_fiche_head($head, 'card', $langs->trans('Events'), 0, 'list');
|
||||||
print_actions_filter($form,$canedit,$status,$year,$month,$day,$showborthday,$filtera,$filtert,$filterd,$pid,$socid);
|
print_actions_filter($form,$canedit,$status,$year,$month,$day,$showbirthday,$filtera,$filtert,$filterd,$pid,$socid);
|
||||||
dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
// Add link to show birthdays
|
// Add link to show birthdays
|
||||||
|
|||||||
@ -34,14 +34,14 @@
|
|||||||
* @param $year
|
* @param $year
|
||||||
* @param $month
|
* @param $month
|
||||||
* @param $day
|
* @param $day
|
||||||
* @param $showborthday
|
* @param $showbirthday
|
||||||
* @param $filtera
|
* @param $filtera
|
||||||
* @param $filtert
|
* @param $filtert
|
||||||
* @param $filterd
|
* @param $filterd
|
||||||
* @param $pid
|
* @param $pid
|
||||||
* @param $socid
|
* @param $socid
|
||||||
*/
|
*/
|
||||||
function print_actions_filter($form,$canedit,$status,$year,$month,$day,$showborthday,$filtera,$filtert,$filterd,$pid,$socid)
|
function print_actions_filter($form,$canedit,$status,$year,$month,$day,$showbirthday,$filtera,$filtert,$filterd,$pid,$socid)
|
||||||
{
|
{
|
||||||
global $conf,$langs;
|
global $conf,$langs;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user