mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +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