From 94ccdd628a84f1271f48c1e641c2fb33b97c304d Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 22 Jun 2023 16:18:52 +0530 Subject: [PATCH] fix: added get_quarter_ending function in 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 f5ee095309..50dae80f8f 100644 --- a/frappe/utils/safe_exec.py +++ b/frappe/utils/safe_exec.py @@ -452,6 +452,7 @@ VALID_UTILS = ( "nowtime", "get_first_day", "get_quarter_start", + "get_quarter_ending", "get_first_day_of_week", "get_year_start", "get_last_day_of_week",