[fix] Fetch company of employee in leave application
This commit is contained in:
parent
d905204e49
commit
683f756d0f
@ -2,6 +2,7 @@
|
||||
// License: GNU General Public License v3. See license.txt
|
||||
|
||||
cur_frm.add_fetch('employee','employee_name','employee_name');
|
||||
cur_frm.add_fetch('employee','company','company');
|
||||
|
||||
frappe.ui.form.on("Leave Application", {
|
||||
onload: function(frm) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user