2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

fix formatter

This commit is contained in:
Matthias Mair
2022-03-15 13:43:41 +01:00
committed by GitHub
parent cba0ca26ba
commit e4c293f721

View File

@ -272,6 +272,9 @@ $('#price-break-table').inventreeTable({
field: 'updated',
title: '{% trans "Last updated" %}',
sortable: true,
formatter: function(value) {
return renderDate(value);
}
},
]
});
@ -354,4 +357,4 @@ $('#delete-part').click(function() {
enableSidebar('supplierpart');
{% endblock %}
{% endblock %}