mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
fix: remove dead dashboard links
(cherry picked from commit f8ac4c082a)
This commit is contained in:
committed by
Ankush Menat
parent
45ba50036f
commit
d34f5051d7
@@ -8,7 +8,7 @@ def get_data():
|
|||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Manufacture'),
|
'label': _('Manufacture'),
|
||||||
'items': ['BOM', 'Work Order', 'Job Card', 'Timesheet']
|
'items': ['BOM', 'Work Order', 'Job Card']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Transaction'),
|
'label': _('Transaction'),
|
||||||
'items': ['Work Order', 'Job Card', 'Timesheet']
|
'items': ['Work Order', 'Job Card',]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'disable_create_buttons': ['BOM', 'Routing', 'Operation',
|
'disable_create_buttons': ['BOM', 'Routing', 'Operation',
|
||||||
'Work Order', 'Job Card', 'Timesheet']
|
'Work Order', 'Job Card',]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user