mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Set prefered contact email in Employee
This commit is contained in:
@@ -143,6 +143,8 @@ class TestSalarySlip(unittest.TestCase):
|
||||
"department": frappe.get_all("Department", fields="name")[0].name,
|
||||
"gender": "Female",
|
||||
"company_email": user,
|
||||
"prefered_contact_email": "Company Email",
|
||||
"prefered_email": user,
|
||||
"status": "Active",
|
||||
"employment_type": "Intern"
|
||||
}).insert()
|
||||
|
||||
Reference in New Issue
Block a user