mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
define exception
This commit is contained in:
@ -1773,7 +1773,7 @@ class StockItem(
|
|||||||
price = convert_money(price, base_currency)
|
price = convert_money(price, base_currency)
|
||||||
total_price += price * qty
|
total_price += price * qty
|
||||||
quantity += qty
|
quantity += qty
|
||||||
except:
|
except Exception:
|
||||||
# Skip this entry, cannot convert to base currency
|
# Skip this entry, cannot convert to base currency
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user