mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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…
x
Reference in New Issue
Block a user