mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: remove Request for Quotation link from Fiscal Year dashboard (#23040)
This commit is contained in:
@@ -13,7 +13,7 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('References'),
|
'label': _('References'),
|
||||||
'items': ['Period Closing Voucher', 'Request for Quotation', 'Tax Withholding Category']
|
'items': ['Period Closing Voucher', 'Tax Withholding Category']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Target Details'),
|
'label': _('Target Details'),
|
||||||
|
|||||||
Reference in New Issue
Block a user