Fixed /stockoverview "Min. stock amount" column sorting (fixes #2189)

This commit is contained in:
Bernd Bestel
2023-04-03 18:35:38 +02:00
parent 71d44edb8c
commit a56de30268
2 changed files with 2 additions and 2 deletions

View File

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