diff --git a/src/SoftwareLicense.php b/src/SoftwareLicense.php index f1a4e169889..ce64bdc751a 100644 --- a/src/SoftwareLicense.php +++ b/src/SoftwareLicense.php @@ -485,6 +485,15 @@ public function rawSearchOptions() 'datatype' => 'text' ]; + $tab[] = [ + 'id' => '121', + 'table' => $this->getTable(), + 'field' => 'date_creation', + 'name' => __('Creation date'), + 'datatype' => 'datetime', + 'massiveaction' => false + ]; + $tab[] = [ 'id' => '24', 'table' => 'glpi_users',