Healthcare Menu Fixes (#12830)
This commit is contained in:
parent
b0819b528f
commit
00c1cf0a5a
@ -131,27 +131,27 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Lab Test Sample",
|
"name": "Lab Test Sample",
|
||||||
"label": _("Test Sample."),
|
"label": _("Lab Test Sample"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Lab Test UOM",
|
"name": "Lab Test UOM",
|
||||||
"label": _("Lab Test UOM.")
|
"label": _("Lab Test UOM")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Antibiotic",
|
"name": "Antibiotic",
|
||||||
"label": _("Antibiotic.")
|
"label": _("Antibiotic")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Sensitivity",
|
"name": "Sensitivity",
|
||||||
"label": _("Sensitivity Naming.")
|
"label": _("Sensitivity")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Lab Test Template",
|
"name": "Lab Test Template",
|
||||||
"label": _("Lab Test Template.")
|
"label": _("Lab Test Template")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user