mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
add new 'updated' field to supplier price break table
This commit is contained in:
@ -268,6 +268,11 @@ $('#price-break-table').inventreeTable({
|
||||
return html;
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'updated',
|
||||
title: '{% trans "Last updated" %}',
|
||||
sortable: true,
|
||||
},
|
||||
]
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user