fix: spelling error in filter label (#23867)
This commit is contained in:
parent
d038a80c43
commit
bc64f5dfbb
@ -45,7 +45,7 @@ erpnext.salary_slip_deductions_report_filters = {
|
||||
},
|
||||
{
|
||||
fieldname: "branch",
|
||||
label: __("Barnch"),
|
||||
label: __("Branch"),
|
||||
fieldtype: "Link",
|
||||
options: "Branch",
|
||||
}
|
||||
@ -63,4 +63,4 @@ erpnext.salary_slip_deductions_report_filters = {
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user