mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Removed test print
This commit is contained in:
parent
89c7c87f1e
commit
429f9d0a13
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user