Sales Invoice in Patient Dashboard

This commit is contained in:
Jamsheer 2018-07-23 16:50:06 +05:30
parent ba11972302
commit bab55390f8

View File

@ -13,6 +13,10 @@ def get_data():
{
'label': _('Lab Tests and Vital Signs'),
'items': ['Lab Test', 'Sample Collection', 'Vital Signs']
},
{
'label': _('Billing'),
'items': ['Sales Invoice']
}
]
}