mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
fix: remove unnecessary guest access from get_period_date_ranges
This commit is contained in:
@@ -303,7 +303,7 @@ def get_period_wise_query(bet_dates, trans_date, query_details):
|
|||||||
return query_details
|
return query_details
|
||||||
|
|
||||||
|
|
||||||
@frappe.whitelist(allow_guest=True)
|
@frappe.whitelist()
|
||||||
def get_period_date_ranges(
|
def get_period_date_ranges(
|
||||||
period: str, fiscal_year: str | None = None, year_start_date: DateTimeLikeObject | None = None
|
period: str, fiscal_year: str | None = None, year_start_date: DateTimeLikeObject | None = None
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user