Fix translate budget_variance_report.js
This commit is contained in:
parent
2d393e36a5
commit
2d3041e8ae
@ -5,21 +5,21 @@ wn.query_reports["Budget Variance Report"] = {
|
|||||||
"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: sys_defaults.fiscal_year
|
default: sys_defaults.fiscal_year
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "period",
|
fieldname: "period",
|
||||||
label: "Period",
|
label: wn._("Period"),
|
||||||
fieldtype: "Select",
|
fieldtype: "Select",
|
||||||
options: "Monthly\nQuarterly\nHalf-Yearly\nYearly",
|
options: "Monthly\nQuarterly\nHalf-Yearly\nYearly",
|
||||||
default: "Monthly"
|
default: "Monthly"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "company",
|
fieldname: "company",
|
||||||
label: "Company",
|
label: wn._("Company"),
|
||||||
fieldtype: "Link",
|
fieldtype: "Link",
|
||||||
options: "Company",
|
options: "Company",
|
||||||
default: wn.defaults.get_default("company")
|
default: wn.defaults.get_default("company")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user