mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix typo in getStockItemThumbnail
This commit is contained in:
parent
120c371a11
commit
0c14457598
@ -1298,7 +1298,7 @@ class BuildItem(models.Model):
|
||||
except:
|
||||
pass
|
||||
|
||||
if thumb_url is None and self.bom_item and self.stock_item.sub_part:
|
||||
if thumb_url is None and self.bom_item and self.bom_item.sub_part:
|
||||
try:
|
||||
thumb_url = self.bom_item.sub_part.image.thumbnail.url
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user