main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 420577cd72 - Show all commits

View File

@@ -99,7 +99,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
doc.notes = (doc.notes or "") + "Id returned: " + request_id
so_payload = {
"ServiceOrderKey": sh.service_order_key,
"ServiceOrderKey": sh[0].service_order_key,
"ID_Number": request_id
}