diff --git a/frappe/utils/safe_exec.py b/frappe/utils/safe_exec.py index d8b30b871d..a3f313cb77 100644 --- a/frappe/utils/safe_exec.py +++ b/frappe/utils/safe_exec.py @@ -576,6 +576,7 @@ VALID_UTILS = ( "get_quarter_ending", "get_first_day_of_week", "get_year_start", + "get_year_ending", "get_last_day_of_week", "get_last_day", "get_time",