From 3c2db7ba7937c58bb9c2299c0a34a03eabaea2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 24 Oct 2019 23:00:14 +0200 Subject: [PATCH] Update index.php --- htdocs/ticket/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/ticket/index.php b/htdocs/ticket/index.php index e2a9038ee62..be29b1be25e 100644 --- a/htdocs/ticket/index.php +++ b/htdocs/ticket/index.php @@ -210,6 +210,7 @@ $stringtoshow .= ''; print ''; print ''; @@ -257,6 +258,7 @@ if (! empty($dataseries) && count($dataseries) > 1) { print ''; print '
' . $langs->trans("Statistics") . ' ' . img_picto('', 'filter.png', 'id="idsubimgDOLUSERCOOKIE_ticket_by_status" class="linkobject"') . '
'; +print ''; // Build graphic number of object $data = $stats->getNbByMonth($endyear, $startyear);