mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
Fix translate employee_leave_balance.js
This commit is contained in:
@@ -5,14 +5,14 @@ wn.query_reports["Employee Leave Balance"] = {
|
|||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
"fieldname":"fiscal_year",
|
"fieldname":"fiscal_year",
|
||||||
"label": "Fiscal Year",
|
"label": wn._("Fiscal Year"),
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"options": "Fiscal Year",
|
"options": "Fiscal Year",
|
||||||
"default": wn.defaults.get_user_default("fiscal_year")
|
"default": wn.defaults.get_user_default("fiscal_year")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname":"company",
|
"fieldname":"company",
|
||||||
"label": "Company",
|
"label": wn._("Company"),
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"options": "Company",
|
"options": "Company",
|
||||||
"default": wn.defaults.get_user_default("company")
|
"default": wn.defaults.get_user_default("company")
|
||||||
|
|||||||
Reference in New Issue
Block a user