mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Style fixes
This commit is contained in:
@ -186,7 +186,7 @@ def update_exchange_rates():
|
||||
|
||||
base = settings.BASE_CURRENCY
|
||||
|
||||
result = backend.update_rates(base_currency=base, symbols=currencies)
|
||||
backend.update_rates(base_currency=base, symbols=currencies)
|
||||
|
||||
|
||||
def send_email(subject, body, recipients, from_email=None):
|
||||
|
Reference in New Issue
Block a user