fix: spelling error in filter label (#23867)

This commit is contained in:
UrvashiKishnani 2020-11-09 18:44:06 +04:00 committed by GitHub
parent d038a80c43
commit bc64f5dfbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ erpnext.salary_slip_deductions_report_filters = {
}, },
{ {
fieldname: "branch", fieldname: "branch",
label: __("Barnch"), label: __("Branch"),
fieldtype: "Link", fieldtype: "Link",
options: "Branch", options: "Branch",
} }