mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-06 15:28:49 +00:00
fix formatter
This commit is contained in:
parent
cba0ca26ba
commit
e4c293f721
@ -272,6 +272,9 @@ $('#price-break-table').inventreeTable({
|
|||||||
field: 'updated',
|
field: 'updated',
|
||||||
title: '{% trans "Last updated" %}',
|
title: '{% trans "Last updated" %}',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
|
formatter: function(value) {
|
||||||
|
return renderDate(value);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
@ -354,4 +357,4 @@ $('#delete-part').click(function() {
|
|||||||
|
|
||||||
enableSidebar('supplierpart');
|
enableSidebar('supplierpart');
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user