add new 'updated' field to supplier price break table

This commit is contained in:
Matthias 2022-03-14 23:28:42 +01:00
parent ef8c656b4f
commit 1c9a29dfb8
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -268,6 +268,11 @@ $('#price-break-table').inventreeTable({
return html;
}
},
{
field: 'updated',
title: '{% trans "Last updated" %}',
sortable: true,
},
]
});