fix: depends on

This commit is contained in:
Govind Jangid 2024-01-29 14:47:42 +05:30 committed by GitHub
parent 39d3a5e8f4
commit cb841bde6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -211,9 +211,10 @@
},
{
"default": "0",
To begin the date range at the start of the chosen period. For example, if 'Year' is selected as the period, the report will start from January 1st of the current year.
"description": "To begin the date range at the start of the chosen period. For example, if 'Year' is selected as the period, the report will start from January 1st of the current year.",
"fieldname": "use_first_day_of_period",
"fieldtype": "Check",
"depends_on": "eval: doc.dynamic_date_period != 'Daily'",
"label": "Use First Day of Period"
}
],
@ -253,4 +254,4 @@ To begin the date range at the start of the chosen period. For example, if 'Year
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}