fix: Remove Open Filter On Communication Doctype (#24800)

This commit is contained in:
Abraham Kalungi 2024-02-07 09:43:04 +02:00 committed by GitHub
parent ca3ef817b0
commit 25a3baa632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,6 @@ frappe.listview_settings["Communication"] = {
"communication_date",
],
filters: [["status", "=", "Open"]],
onload: function (list_view) {
let method = "frappe.email.inbox.create_email_flag_queue";