mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Filtering fix for StockItem attachments
This commit is contained in:
parent
ff8ddfbb5c
commit
1a979fc113
@ -37,7 +37,7 @@ loadAttachmentTable(
|
||||
'{% url "api-stock-attachment-list" %}',
|
||||
{
|
||||
filters: {
|
||||
item: {{ item.pk }},
|
||||
stock_item: {{ item.pk }},
|
||||
},
|
||||
onEdit: function(pk) {
|
||||
var url = `/api/stock/attachment/${pk}/`;
|
||||
|
Loading…
Reference in New Issue
Block a user