feat: add Maintenance Visit link in Customer dashboard

This commit is contained in:
Rucha Mahabal 2020-08-25 18:22:06 +05:30
parent 47a4436010
commit 5bf0a51ed4

View File

@ -33,7 +33,7 @@ def get_data():
}, },
{ {
'label': _('Support'), 'label': _('Support'),
'items': ['Issue'] 'items': ['Issue', 'Maintenance Visit']
}, },
{ {
'label': _('Projects'), 'label': _('Projects'),