chore: deprecate unused method
This commit is contained in:
parent
40c1acc961
commit
956c3c50a0
@ -1,4 +1,5 @@
|
|||||||
import frappe
|
import frappe
|
||||||
|
from frappe.utils.deprecations import deprecated
|
||||||
|
|
||||||
|
|
||||||
def get_leaderboards():
|
def get_leaderboards():
|
||||||
@ -217,6 +218,7 @@ 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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user