mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
[fix] add stock entry link on Material Request Dashboard (#13950)
This commit is contained in:
@@ -7,7 +7,7 @@ def get_data():
|
|||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
'label': _('Related'),
|
||||||
'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order']
|
'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order', "Stock Entry"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Manufacturing'),
|
'label': _('Manufacturing'),
|
||||||
|
|||||||
Reference in New Issue
Block a user