From b69e15312f81915286a60de8ec68210570406123 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Thu, 4 Apr 2024 16:02:11 +0200 Subject: [PATCH] fix(entity): Entity for software creation --- src/Entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity.php b/src/Entity.php index bb564fede76..237a6aefbbc 100644 --- a/src/Entity.php +++ b/src/Entity.php @@ -1384,7 +1384,7 @@ public function rawSearchOptions() $tab[] = [ 'id' => '51', 'table' => $this->getTable(), - 'field' => 'name', + 'field' => 'entities_id_software', 'linkfield' => 'entities_id_software', // not a dropdown because of special value //TRANS: software in plural 'name' => __('Entity for software creation'),