Skip to content

Commit

Permalink
Show expired contracts for entity
Browse files Browse the repository at this point in the history
  • Loading branch information
pVesian committed Jun 11, 2018
1 parent 4ee3ed4 commit 7ef36b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/entity.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7ef36b4

Please sign in to comment.