Display "expiry date" column in stock table
This commit is contained in:
parent
4d7c60a130
commit
692cee113c
|
|
@ -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" %}',
|
||||
|
|
|
|||
Loading…
Reference in New Issue