mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-06-28 05:04:05 +02:00
fix filter
This commit is contained in:
parent
90e0bef494
commit
979f80b39a
@ -33,7 +33,7 @@ def log_end_session(session_id, end_time):
|
||||
active_session = frappe.get_all(
|
||||
"Remote Connection Sessions",
|
||||
filters={
|
||||
"session_id": session_id,
|
||||
"id": session_id,
|
||||
"end_datetime": ["is", "not set"]
|
||||
},
|
||||
fields=["name"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user