2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-06 05:30:56 +00:00

extend api with issuer

#1356
This commit is contained in:
2021-07-03 01:47:54 +02:00
parent ded0fb5353
commit 4f432d4db2
2 changed files with 8 additions and 1 deletions

View File

@ -46,6 +46,8 @@ class BuildList(generics.ListCreateAPIView):
'target_date',
'completion_date',
'quantity',
'issued_by',
'responsible',
]
search_fields = [