mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Fix - missing semicolon
This commit is contained in:
@@ -8,14 +8,14 @@ frappe.ui.form.on('Additional Salary Component', {
|
|||||||
filters: {
|
filters: {
|
||||||
type: "earning"
|
type: "earning"
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
frm.set_query("employee", function() {
|
frm.set_query("employee", function() {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
company: frm.doc.company
|
company: frm.doc.company
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user