Skip to content

Commit

Permalink
fix: Removing 'No Lab Tests created' message
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan778899 authored and akurungadam committed Oct 28, 2023
1 parent c0a4a31 commit 5e88e4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions healthcare/healthcare/doctype/lab_test/lab_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ def create_multiple(doctype, docname):
frappe.msgprint(
_("Lab Test(s) {0} created successfully").format(lab_test_created), indicator="green"
)
else:
frappe.msgprint(_("No Lab Tests created"))


def create_lab_test_from_encounter(encounter):
Expand Down

0 comments on commit 5e88e4e

Please sign in to comment.