mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-11 07:24:15 +00:00
Added 'part tracking' page
- e.g. /part/<pk>/track
This commit is contained in:
@ -29,7 +29,7 @@ part_api_urls = [
|
||||
]
|
||||
|
||||
part_detail_urls = [
|
||||
|
||||
url(r'^track/?', views.track, name='track'),
|
||||
url(r'^bom/?', views.bom, name='bom'),
|
||||
url(r'^stock/?', views.stock, name='stock'),
|
||||
url('', views.detail, name='detail'),
|
||||
|
Reference in New Issue
Block a user