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",