mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -178,7 +178,7 @@ class LocatePluginView(APIView): | ||||
|          | ||||
|         elif location_pk: | ||||
|             try: | ||||
|                 location = StockItem.objects.get(pk=location_pk) | ||||
|                 location = StockLocation.objects.get(pk=location_pk) | ||||
|  | ||||
|                 offload_task('plugin.registry.call_function', plugin, 'locate_stock_location', location_pk) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user