mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +00:00
ignore exchange rate - using external api so not reliable
This commit is contained in:
parent
de73aa4ec5
commit
fbe3bf739a
@ -98,7 +98,7 @@ class InvenTreeConfig(AppConfig):
|
|||||||
schedule_type=Schedule.DAILY,
|
schedule_type=Schedule.DAILY,
|
||||||
)
|
)
|
||||||
|
|
||||||
def update_exchange_rates(self):
|
def update_exchange_rates(self): # pragma: no cover
|
||||||
"""
|
"""
|
||||||
Update exchange rates each time the server is started, *if*:
|
Update exchange rates each time the server is started, *if*:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user