mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
[fix] Fetch company of employee in leave application
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user