brotherton-erpnext/erpnext/patches/v13_0/update_exchange_rate_settings.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
101 B
Python
Raw Normal View History

2022-01-10 12:01:38 +00:00
from erpnext.setup.install import setup_currency_exchange
def execute():
setup_currency_exchange()