mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
from erpnext.setup.install import update_pegged_currencies
|
|
|
|
|
|
def execute():
|
|
update_pegged_currencies()
|