mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-12-18 00:43:08 -03:00
fix filter
This commit is contained in:
@@ -33,7 +33,7 @@ def log_end_session(session_id, end_time):
|
|||||||
active_session = frappe.get_all(
|
active_session = frappe.get_all(
|
||||||
"Remote Connection Sessions",
|
"Remote Connection Sessions",
|
||||||
filters={
|
filters={
|
||||||
"session_id": session_id,
|
"id": session_id,
|
||||||
"end_datetime": ["is", "not set"]
|
"end_datetime": ["is", "not set"]
|
||||||
},
|
},
|
||||||
fields=["name"]
|
fields=["name"]
|
||||||
|
|||||||
Reference in New Issue
Block a user