mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
Fix for stock item tracking table
This commit is contained in:
@ -52,12 +52,10 @@
|
||||
|
||||
|
||||
loadStockTrackingTable($("#track-table"), {
|
||||
params: function(p) {
|
||||
return {
|
||||
ordering: '-date',
|
||||
item: {{ item.pk }},
|
||||
user_detail: true,
|
||||
};
|
||||
params: {
|
||||
ordering: '-date',
|
||||
item: {{ item.pk }},
|
||||
user_detail: true,
|
||||
},
|
||||
url: "{% url 'api-stock-track' %}",
|
||||
});
|
||||
|
Reference in New Issue
Block a user