diff --git a/src/State.php b/src/State.php index bc1ce34378f..caf62ec7376 100644 --- a/src/State.php +++ b/src/State.php @@ -220,7 +220,7 @@ public static function showSummary() 'start' => 0, 'criteria' => [ '0' => [ - 'value' => '$$$$' . $data['id'], + 'value' => $data['id'], 'searchtype' => 'contains', 'field' => 31, ],