commit | 035907a24fa83183282727a37cbda48b0ef71201 | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Aug 18 10:57:10 2020 +0530 |
committer | GitHub <noreply@github.com> | Tue Aug 18 10:57:10 2020 +0530 |
tree | 213be189b0b6f92cae1fcc03f2117007fddcbbfd | |
parent | 38cabbd4b8ca4fc9f2cd29785c375d9e0080a86b [diff] |
fix: remove Request for Quotation link from Fiscal Year dashboard (#23040)
diff --git a/erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py b/erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py index c7604ec..58480df 100644 --- a/erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py +++ b/erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py
@@ -13,7 +13,7 @@ }, { 'label': _('References'), - 'items': ['Period Closing Voucher', 'Request for Quotation', 'Tax Withholding Category'] + 'items': ['Period Closing Voucher', 'Tax Withholding Category'] }, { 'label': _('Target Details'),