mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +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…
x
Reference in New Issue
Block a user