commit | 5bf0a51ed4c26ebbd7221c4d33a1eba6204f3fc7 | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Aug 25 18:22:06 2020 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Aug 25 18:22:06 2020 +0530 |
tree | c3985e3081cf78767e0a10d26c5d7fa67c2552b0 | |
parent | 47a4436010a6a0087f71f91161b8dbdf3b6ca3b8 [diff] |
feat: add Maintenance Visit link in Customer dashboard
diff --git a/erpnext/selling/doctype/customer/customer_dashboard.py b/erpnext/selling/doctype/customer/customer_dashboard.py index 09e474d..cf23465 100644 --- a/erpnext/selling/doctype/customer/customer_dashboard.py +++ b/erpnext/selling/doctype/customer/customer_dashboard.py
@@ -33,7 +33,7 @@ }, { 'label': _('Support'), - 'items': ['Issue'] + 'items': ['Issue', 'Maintenance Visit'] }, { 'label': _('Projects'),