mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Removed test print
This commit is contained in:
@ -669,7 +669,6 @@ class StockList(generics.ListCreateAPIView):
|
||||
assembly = params.get('assembly', None)
|
||||
|
||||
if assembly is not None:
|
||||
print('ASSEMBLY')
|
||||
assembly = str2bool(assembly)
|
||||
queryset = queryset.filter(part__assembly=assembly)
|
||||
|
||||
|
Reference in New Issue
Block a user