add new 'updated' field to supplier price break table
This commit is contained in:
parent
ef8c656b4f
commit
1c9a29dfb8
|
|
@ -268,6 +268,11 @@ $('#price-break-table').inventreeTable({
|
|||
return html;
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'updated',
|
||||
title: '{% trans "Last updated" %}',
|
||||
sortable: true,
|
||||
},
|
||||
]
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue