Skip to content

Commit

Permalink
fix: no of rows displayed based on report type
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavesh95863 committed Feb 4, 2024
1 parent 25778dc commit db4d36f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frappe/email/doctype/auto_email_report/auto_email_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
},
{
"default": "100",
"depends_on": "eval:doc.report_type=='Report Builder'",
"fieldname": "no_of_rows",
"fieldtype": "Int",
"label": "No of Rows (Max 500)"
Expand Down Expand Up @@ -211,15 +212,15 @@
},
{
"default": "0",
"depends_on": "eval: doc.dynamic_date_period != 'Daily'",
"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"
}
],
"links": [],
"modified": "2024-01-29 11:42:27.433958",
"modified": "2024-02-04 13:31:08.624648",
"modified_by": "Administrator",
"module": "Email",
"name": "Auto Email Report",
Expand Down Expand Up @@ -254,4 +255,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}

0 comments on commit db4d36f

Please sign in to comment.