diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php index ff5b1ad0d6c..c3405d1ef5f 100644 --- a/htdocs/projet/activity/perweek.php +++ b/htdocs/projet/activity/perweek.php @@ -36,7 +36,7 @@ require_once DOL_DOCUMENT_ROOT.'/holiday/class/holiday.class.php'; $langs->loadLangs(array('projects','users','companies')); -$hookmanager->initHooks(array('perweekcard')); +$hookmanager->initHooks(array('timesheetperweekcard')); $action=GETPOST('action','aZ09'); $mode=GETPOST("mode",'alpha');