mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
fix: spelling error in filter label (#23867)
This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
@@ -63,4 +63,4 @@ erpnext.salary_slip_deductions_report_filters = {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user