Merge pull request #33146 from barredterra/reload-currency-exchange-settings

fix: reload Currency Exchange Settings in patch
This commit is contained in:
Deepesh Garg 2022-12-06 17:38:13 +05:30 committed by GitHub
commit b602a0dcb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()