diff --git a/InvenTree/templates/js/stock.js b/InvenTree/templates/js/stock.js index 65df58c4b6..af0c85fc02 100644 --- a/InvenTree/templates/js/stock.js +++ b/InvenTree/templates/js/stock.js @@ -587,6 +587,11 @@ function loadStockTable(table, options) { return locationDetail(row); } }, + { + field: 'expiry_date', + title: '{% trans "Expiry Date" %}', + sortable: true, + }, { field: 'notes', title: '{% trans "Notes" %}',