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