27.01.26
This commit is contained in:
@@ -398,6 +398,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
|
|||||||
"place_key": 0,
|
"place_key": 0,
|
||||||
"report_date": 20260127
|
"report_date": 20260127
|
||||||
}
|
}
|
||||||
|
logger.info("PAYLOAD:%s",wr_payload)
|
||||||
data = doc.create_weight_report(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 created in Fintrade: {data.get('success')}\n"
|
||||||
doc.notes = (doc.notes or "") + f"WR key: {data.get('weight_report_key')}\n"
|
doc.notes = (doc.notes or "") + f"WR key: {data.get('weight_report_key')}\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user