fix: remove dashboard showing only issue count
This commit is contained in:
parent
82b2d22627
commit
a9ab157198
@ -1,13 +0,0 @@
|
||||
from frappe import _
|
||||
|
||||
|
||||
def get_data():
|
||||
return {
|
||||
'fieldname': 'service_level_agreement',
|
||||
'transactions': [
|
||||
{
|
||||
'label': _('Issue'),
|
||||
'items': ['Issue']
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user