From 7ef36b41330b42527cdf56eef6681dfadfd06366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20de=20V=C3=A9sian?= Date: Mon, 11 Jun 2018 11:11:20 +0200 Subject: [PATCH] Show expired contracts for entity --- inc/entity.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/entity.class.php b/inc/entity.class.php index 2aa071d..cef3400 100644 --- a/inc/entity.class.php +++ b/inc/entity.class.php @@ -54,6 +54,7 @@ public static function postShow(Entity $entity) 'entity' => $entity->getId(), 'entity_sons' => (!empty($_SESSION['glpiactive_entity_recursive'])) ? true : false, 'nochecklimit' => true, + 'expired' => true, ); $html_parts = array();