fix(scrutinizer)
This commit is contained in:
parent
7deccc97b1
commit
02061a776b
@ -49,9 +49,8 @@ $HEIGHT = DolGraph::getDefaultGraphSizeForStats('height');
|
|||||||
$mesg = '';
|
$mesg = '';
|
||||||
|
|
||||||
print load_fiche_titre($langs->trans("StatisticsOfReceptions").' '.GETPOST("year", 'int'), $mesg);
|
print load_fiche_titre($langs->trans("StatisticsOfReceptions").' '.GETPOST("year", 'int'), $mesg);
|
||||||
|
$stats = new ReceptionStats($db, $socid, '', ($userid > 0 ? $userid : 0));
|
||||||
$stats = new ReceptionStats($db);
|
$data = $stats->getNbByMonth($year);
|
||||||
$data = $stats->getNbReceptionByMonth(GETPOST("year", 'int'));
|
|
||||||
|
|
||||||
dol_mkdir($conf->reception->dir_temp);
|
dol_mkdir($conf->reception->dir_temp);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user