mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	PEP fix
This commit is contained in:
		| @@ -642,7 +642,7 @@ class SupplierPart(models.Model): | ||||
|         return cost + self.base_cost | ||||
|  | ||||
|     def __str__(self): | ||||
|         s =  "{supplier} ({sku})".format( | ||||
|         s = "{supplier} ({sku})".format( | ||||
|             sku=self.SKU, | ||||
|             supplier=self.supplier.name) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user