mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Fix BOM table rendering
- Price was not being sent in the PartBriefSerializer!
This commit is contained in:
		@@ -137,7 +137,6 @@ class StockItem(MPTTModel):
 | 
			
		||||
        sales_order=None,
 | 
			
		||||
        build_order=None,
 | 
			
		||||
        belongs_to=None,
 | 
			
		||||
        status__in=StockStatus.AVAILABLE_CODES
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    def save(self, *args, **kwargs):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user