mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Sales Invoice in Patient Dashboard
This commit is contained in:
@@ -13,6 +13,10 @@ def get_data():
|
|||||||
{
|
{
|
||||||
'label': _('Lab Tests and Vital Signs'),
|
'label': _('Lab Tests and Vital Signs'),
|
||||||
'items': ['Lab Test', 'Sample Collection', 'Vital Signs']
|
'items': ['Lab Test', 'Sample Collection', 'Vital Signs']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'label': _('Billing'),
|
||||||
|
'items': ['Sales Invoice']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user