Display "expiry date" column in stock table

This commit is contained in:
Oliver Walters 2021-01-04 23:11:35 +11:00
parent 4d7c60a130
commit 692cee113c

View File

@ -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" %}',