We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de920ac + fb37f21 commit 447d6cdCopy full SHA for 447d6cd
helpdesk/helpdesk/doctype/hd_ticket/hd_ticket.json
@@ -438,7 +438,7 @@
438
"icon": "fa fa-issue",
439
"idx": 61,
440
"links": [],
441
- "modified": "2025-05-19 10:53:38.184632",
+ "modified": "2025-06-12 17:53:46.793081",
442
"modified_by": "Administrator",
443
"module": "Helpdesk",
444
"name": "HD Ticket",
helpdesk/helpdesk/doctype/hd_ticket/hd_ticket.py
@@ -996,3 +996,4 @@ def close_tickets_after_n_days():
996
doc.flags.ignore_validate = True
997
doc.save(ignore_permissions=True)
998
doc.flags.ignore_validate = False
999
+ frappe.db.commit() # nosemgrep
0 commit comments