mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-25 08:10:55 +00:00
fix formatter
This commit is contained in:
@ -272,6 +272,9 @@ $('#price-break-table').inventreeTable({
|
||||
field: 'updated',
|
||||
title: '{% trans "Last updated" %}',
|
||||
sortable: true,
|
||||
formatter: function(value) {
|
||||
return renderDate(value);
|
||||
}
|
||||
},
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user