mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-12 07:54:14 +00:00
Add more information to the Barcode
- API endpoint URL - Add barcode generation for StockLocation
This commit is contained in:
@ -345,11 +345,11 @@ class LocationDetail(generics.RetrieveUpdateDestroyAPIView):
|
||||
|
||||
|
||||
stock_endpoints = [
|
||||
url(r'^$', StockDetail.as_view(), name='stockitem-detail'),
|
||||
url(r'^$', StockDetail.as_view(), name='api-stock-detail'),
|
||||
]
|
||||
|
||||
location_endpoints = [
|
||||
url(r'^$', LocationDetail.as_view(), name='stocklocation-detail'),
|
||||
url(r'^$', LocationDetail.as_view(), name='api-location-detail'),
|
||||
]
|
||||
|
||||
stock_api_urls = [
|
||||
|
Reference in New Issue
Block a user