diff --git a/frappe/email/doctype/auto_email_report/auto_email_report.json b/frappe/email/doctype/auto_email_report/auto_email_report.json index 714c5e50e0..f208626500 100644 --- a/frappe/email/doctype/auto_email_report/auto_email_report.json +++ b/frappe/email/doctype/auto_email_report/auto_email_report.json @@ -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 -} \ No newline at end of file +}