mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
Typo fix
This commit is contained in:
parent
ce703bf94b
commit
8d1928f181
@ -1192,7 +1192,7 @@ stock_api_urls = [
|
|||||||
url(r'^track/', include([
|
url(r'^track/', include([
|
||||||
url(r'^(?P<pk>\d+)/', StockTrackingDetail.as_view(), name='api-stock-tracking-detail'),
|
url(r'^(?P<pk>\d+)/', StockTrackingDetail.as_view(), name='api-stock-tracking-detail'),
|
||||||
url(r'^.*$', StockTrackingList.as_view(), name='api-stock-tracking-list'),
|
url(r'^.*$', StockTrackingList.as_view(), name='api-stock-tracking-list'),
|
||||||
]),
|
])),
|
||||||
|
|
||||||
url(r'^tree/?', StockCategoryTree.as_view(), name='api-stock-tree'),
|
url(r'^tree/?', StockCategoryTree.as_view(), name='api-stock-tree'),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user