mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
chore: remove deprecation wrapper
not available in v13
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import frappe
|
import frappe
|
||||||
from frappe.utils.deprecations import deprecated
|
|
||||||
|
|
||||||
|
|
||||||
def get_leaderboards():
|
def get_leaderboards():
|
||||||
@@ -218,7 +217,6 @@ def get_all_sales_person(date_range, company, field=None, limit=0):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@deprecated
|
|
||||||
def get_date_condition(date_range, field):
|
def get_date_condition(date_range, field):
|
||||||
date_condition = ""
|
date_condition = ""
|
||||||
if date_range:
|
if date_range:
|
||||||
|
|||||||
Reference in New Issue
Block a user