commit | f319206d22b87f44663c359c619ad49b0c56be77 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Mar 11 19:45:28 2016 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Fri Mar 11 19:45:28 2016 +0530 |
tree | 18c06ff51fe290ca8228b0f0a60d40ec4347dd7d | |
parent | a7aa2c70b5a39003d1943907e0d966a7ecae645c [diff] |
[fix] [hot] reload doctype Holiday List
diff --git a/erpnext/patches/v6_20x/remove_fiscal_year_from_holiday_list.py b/erpnext/patches/v6_20x/remove_fiscal_year_from_holiday_list.py index c8c6203..d440c68 100644 --- a/erpnext/patches/v6_20x/remove_fiscal_year_from_holiday_list.py +++ b/erpnext/patches/v6_20x/remove_fiscal_year_from_holiday_list.py
@@ -2,6 +2,8 @@ import frappe def execute(): + frappe.reload_doctype("Holiday List") + default_holiday_list = frappe.db.get_value("Holiday List", {"is_default": 1}) if default_holiday_list: for company in frappe.get_all("Company", fields=["name", "default_holiday_list"]):