mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 13:56:30 +00:00
Add API endpoint for StockItem attachment items
This commit is contained in:
@ -639,6 +639,7 @@ class BomItemValidate(generics.UpdateAPIView):
|
||||
|
||||
return Response(serializer.data)
|
||||
|
||||
|
||||
part_api_urls = [
|
||||
url(r'^tree/?', PartCategoryTree.as_view(), name='api-part-tree'),
|
||||
|
||||
|
Reference in New Issue
Block a user