chore: resolve conflict

This commit is contained in:
Navin-S-R
2026-03-10 17:58:57 +05:30
parent c5796fed4a
commit 55a0603356

View File

@@ -185,12 +185,6 @@ class Employee(NestedSet):
throw(_("Please enter relieving date."))
def validate_for_enabled_user_id(self, enabled):
<<<<<<< HEAD
if not self.status == "Active":
return
=======
>>>>>>> 194d060f13 (fix: update user status depends on employee status)
if enabled is None:
frappe.throw(_("User {0} does not exist").format(self.user_id))