mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
fix: remove 'ongoing' status from issue summary report
This commit is contained in:
@@ -82,7 +82,8 @@ class IssueSummary(object):
|
||||
self.sla_status_map = {
|
||||
'SLA Failed': 'failed',
|
||||
'SLA Fulfilled': 'fulfilled',
|
||||
'SLA Ongoing': 'ongoing'
|
||||
'First Response Due': 'first_response_due',
|
||||
'Resolution Due': 'resolution_due'
|
||||
}
|
||||
|
||||
for label, fieldname in self.sla_status_map.items():
|
||||
|
||||
Reference in New Issue
Block a user