From 0b95e8fcc2f80fa68a2d318db4abfb2b58b9c0d7 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Sun, 17 Dec 2023 15:35:55 +0530 Subject: [PATCH] chore: get_year_ending to safe_exec --- frappe/utils/safe_exec.py | 1 + 1 file changed, 1 insertion(+) 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",