diff --git a/src/backend/InvenTree/stock/models.py b/src/backend/InvenTree/stock/models.py index 6008f8cf59..ab715592b9 100644 --- a/src/backend/InvenTree/stock/models.py +++ b/src/backend/InvenTree/stock/models.py @@ -1773,7 +1773,7 @@ class StockItem( price = convert_money(price, base_currency) total_price += price * qty quantity += qty - except: + except Exception: # Skip this entry, cannot convert to base currency continue