Merge pull request #33239 from frappe/mergify/bp/version-14-hotfix/pr-33146

fix: reload Currency Exchange Settings in patch (backport #33146)
This commit is contained in:
Deepesh Garg
2022-12-06 18:56:52 +05:30
committed by GitHub

View File

@@ -1,5 +1,8 @@
import frappe
from erpnext.setup.install import setup_currency_exchange
def execute():
frappe.reload_doc("accounts", "doctype", "currency_exchange_settings")
setup_currency_exchange()