From 5e88e4e42255d71e815efb9898368e08472d22e2 Mon Sep 17 00:00:00 2001 From: Mohammed Irfan Date: Sat, 28 Oct 2023 13:09:48 +0530 Subject: [PATCH] fix: Removing 'No Lab Tests created' message --- healthcare/healthcare/doctype/lab_test/lab_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/healthcare/healthcare/doctype/lab_test/lab_test.py b/healthcare/healthcare/doctype/lab_test/lab_test.py index ed0587b3cc..b659ac9c1b 100644 --- a/healthcare/healthcare/doctype/lab_test/lab_test.py +++ b/healthcare/healthcare/doctype/lab_test/lab_test.py @@ -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):