mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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,
|
||||
)
|
||||
|
||||
def update_exchange_rates(self):
|
||||
def update_exchange_rates(self): # pragma: no cover
|
||||
"""
|
||||
Update exchange rates each time the server is started, *if*:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user