Abri amend_job serialises the spec's amendoptiappt envelope with the surveyor resource last 🟩

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-03 16:19:16 +00:00
parent fbb4345116
commit 7bdba469fb

View file

@ -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 ""),
],
)