From 7bdba469fbb1b8f6339ae9077b57fc684a95d86c Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 3 Jul 2026 16:19:16 +0000 Subject: [PATCH] =?UTF-8?q?Abri=20amend=5Fjob=20serialises=20the=20spec's?= =?UTF-8?q?=20amendoptiappt=20envelope=20with=20the=20surveyor=20resource?= =?UTF-8?q?=20last=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- infrastructure/abri/abri_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/abri/abri_client.py b/infrastructure/abri/abri_client.py index f9b1ddc1f..3f9cc19b0 100644 --- a/infrastructure/abri/abri_client.py +++ b/infrastructure/abri/abri_client.py @@ -56,6 +56,7 @@ class AbriClient: ("action", "amend"), ("appointment_date", request.appointment_date.strftime("%d/%m/%Y")), ("appointment_time", request.appointment_time), + ("resource", request.resource or ""), ], )