chore: whitespace cleanup from codebase
This commit is contained in:
@@ -526,4 +526,4 @@ def share_doc_with_approver(doc, user):
|
||||
def validate_active_employee(employee):
|
||||
if frappe.db.get_value("Employee", employee, "status") == "Inactive":
|
||||
frappe.throw(_("Transactions cannot be created for an Inactive Employee {0}.").format(
|
||||
get_link_to_form("Employee", employee)), InactiveEmployeeStatusError)
|
||||
get_link_to_form("Employee", employee)), InactiveEmployeeStatusError)
|
||||
|
||||
Reference in New Issue
Block a user