mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
feat: added dashboard for Lab Test Template
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
|
from frappe import _
|
||||||
|
|
||||||
|
def get_data():
|
||||||
|
return {
|
||||||
|
'fieldname': 'template',
|
||||||
|
'transactions': [
|
||||||
|
{
|
||||||
|
'label': _('Lab Tests'),
|
||||||
|
'items': ['Lab Test']
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user