You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While scheduling an interview with an applicant no e-mail is send, but when a rescheduling of the interview takes place an e-mail is always send even to the interviewee.
Describe the solution you'd like
I would like to choose in the HR options if I want an e-mail of a rescheduled interview to be send or not.
Is your feature request related to a problem? Please describe.
While scheduling an interview with an applicant no e-mail is send, but when a rescheduling of the interview takes place an e-mail is always send even to the interviewee.
Describe the solution you'd like
I would like to choose in the HR options if I want an e-mail of a rescheduled interview to be send or not.
The function:
hrms/hrms/hr/doctype/interview/interview.py
Line 84 in 8d8ce3e
needs to be extended with something similiar to:
hrms/hrms/hr/doctype/interview/interview.py
Lines 211 to 220 in 8d8ce3e
and the option needs to be added to the "hr_settings" similar to:
hrms/hrms/hr/doctype/hr_settings/hr_settings.json
Line 38 in 8d8ce3e
and
hrms/hrms/hr/doctype/hr_settings/hr_settings.json
Lines 190 to 195 in 8d8ce3e
Describe the alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: