mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-05-06 20:35:12 +02:00
fix filter again
This commit is contained in:
parent
979f80b39a
commit
4b778dd8bc
@ -17,7 +17,7 @@ def log_start_session(session_id, start_time):
|
|||||||
try:
|
try:
|
||||||
doc = frappe.get_doc({
|
doc = frappe.get_doc({
|
||||||
"doctype": "Remote Connection Sessions",
|
"doctype": "Remote Connection Sessions",
|
||||||
"session_id": session_id,
|
"id": session_id,
|
||||||
"start_datetime": start_time
|
"start_datetime": start_time
|
||||||
})
|
})
|
||||||
doc.insert()
|
doc.insert()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user