mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-30 01:22:18 +02: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