Skip to content

Commit 1dff843

Browse files
committed
Fix url
1 parent 08aa79b commit 1dff843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reports/reports_bar.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@ public static function pluginMydashboardReports_Bar43link($params)
29962996
$options = PluginMydashboardChart::addCriteria(PluginMydashboardChart::SATISFACTION_DATE, 'lessthan', $date, 'AND');
29972997
}
29982998

2999-
return $CFG_GLPI["root_doc"] . '/front/computer.php?is_deleted=0&' .
2999+
return $CFG_GLPI["root_doc"] . '/front/ticket.php?is_deleted=0&' .
30003000
Toolbox::append_params($options, "&");
30013001
}
30023002

0 commit comments

Comments
 (0)