Fixed /stockoverview value column sort format (fixes #2088)

This commit is contained in:
Bernd Bestel
2023-01-01 20:33:08 +01:00
parent efae0b193d
commit c0fbc4adaf
3 changed files with 3 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ var stockOverviewTable = $('#stock-overview-table').DataTable({
{ "type": "html", "targets": 11 },
{ "type": "custom-sort", "targets": 12 },
{ "type": "num", "targets": 13 },
{ "type": "html-num-fmt", "targets": 4 },
{ "type": "custom-sort", "targets": 4 },
{ "type": "custom-sort", "targets": 18 }
].concat($.fn.dataTable.defaults.columnDefs)
});