This commit is contained in:
2026-01-27 23:03:54 +01:00
parent 47ce23f4e8
commit aa69b8157e

View File

@@ -398,6 +398,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
"place_key": 0,
"report_date": 20260127
}
logger.info("PAYLOAD:%s",wr_payload)
data = doc.create_weight_report(wr_payload)
doc.notes = (doc.notes or "") + f"WR created in Fintrade: {data.get('success')}\n"
doc.notes = (doc.notes or "") + f"WR key: {data.get('weight_report_key')}\n"