From 1c10e4e727fa9bec7887f296ba31bf39d6bc4070 Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Thu, 11 Jun 2026 15:21:04 +0100 Subject: [PATCH] LIMS-2231: Update Dimple filename --- api/src/Downstream/Type/Dimple.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Downstream/Type/Dimple.php b/api/src/Downstream/Type/Dimple.php index 4b56e20f0..05adbc079 100644 --- a/api/src/Downstream/Type/Dimple.php +++ b/api/src/Downstream/Type/Dimple.php @@ -43,7 +43,7 @@ function results() { return; } - $lfs = $this->_get_attachments(null, null, 'refmac5_restr.log'); + $lfs = $this->_get_attachments(null, null, 'refmac%_restr.log'); if (sizeof($lfs)) { $lf = $lfs[0]['FILE']; } else {