Healthcare Menu Fixes (#12830)

This commit is contained in:
Jamsheer 2018-02-12 11:24:12 +05:30 committed by Rushabh Mehta
parent b0819b528f
commit 00c1cf0a5a

View File

@ -131,27 +131,27 @@ def get_data():
{
"type": "doctype",
"name": "Lab Test Sample",
"label": _("Test Sample."),
"label": _("Lab Test Sample"),
},
{
"type": "doctype",
"name": "Lab Test UOM",
"label": _("Lab Test UOM.")
"label": _("Lab Test UOM")
},
{
"type": "doctype",
"name": "Antibiotic",
"label": _("Antibiotic.")
"label": _("Antibiotic")
},
{
"type": "doctype",
"name": "Sensitivity",
"label": _("Sensitivity Naming.")
"label": _("Sensitivity")
},
{
"type": "doctype",
"name": "Lab Test Template",
"label": _("Lab Test Template.")
"label": _("Lab Test Template")
}
]
}