2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Fix rendering for "sales order allocations" table

This commit is contained in:
Oliver
2022-03-16 23:09:18 +11:00
parent d1338e210e
commit 6ca61e2cd7
3 changed files with 11 additions and 10 deletions

View File

@ -1034,7 +1034,7 @@ order_api_urls = [
url(r'^.*$', POLineItemList.as_view(), name='api-po-line-list'),
])),
# API endpoints for sales ordesr
# API endpoints for sales orders
url(r'^so/', include([
url(r'attachment/', include([
url(r'^(?P<pk>\d+)/$', SOAttachmentDetail.as_view(), name='api-so-attachment-detail'),