mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
remove unnecessary doctype 'Timezone'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user