remove unnecessary doctype 'Timezone'

This commit is contained in:
Pranav Nachanekar
2019-10-04 11:07:04 +05:30
parent a1d39cab21
commit 22189ec9e8
6 changed files with 0 additions and 95 deletions

View File

@@ -29,7 +29,6 @@ def get_holiday_list(holiday_list_name):
@frappe.whitelist(allow_guest=True)
def get_timezones():
timezones = frappe.get_list('Timezone', fields='*')
return pytz.all_timezones