mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Add Delivery Trip to Delivery Note dashboard (#15587)
This commit is contained in:
@@ -14,7 +14,7 @@ def get_data():
|
|||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
'label': _('Related'),
|
||||||
'items': ['Sales Invoice', 'Packing Slip']
|
'items': ['Sales Invoice', 'Packing Slip', 'Delivery Trip']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Reference'),
|
'label': _('Reference'),
|
||||||
|
|||||||
Reference in New Issue
Block a user