mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
fix: remove dashboard showing only issue count
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
from frappe import _
|
|
||||||
|
|
||||||
|
|
||||||
def get_data():
|
|
||||||
return {
|
|
||||||
'fieldname': 'service_level_agreement',
|
|
||||||
'transactions': [
|
|
||||||
{
|
|
||||||
'label': _('Issue'),
|
|
||||||
'items': ['Issue']
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user