mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
Update salary_component.js
This commit is contained in:
@@ -7,7 +7,6 @@ frappe.ui.form.on('Salary Component', {
|
|||||||
var d = locals[cdt][cdn];
|
var d = locals[cdt][cdn];
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
"account_type": "Expense Account",
|
|
||||||
"root_type": "Expense",
|
"root_type": "Expense",
|
||||||
"is_group": 0,
|
"is_group": 0,
|
||||||
"company": d.company
|
"company": d.company
|
||||||
|
|||||||
Reference in New Issue
Block a user