Added min. stock amount column to stock overview (closes #856)

This commit is contained in:
Bernd Bestel
2020-12-19 17:25:13 +01:00
parent 3ad5f2cac5
commit 362b3f8508
5 changed files with 12 additions and 4 deletions

View File

@@ -13,12 +13,14 @@
{ 'visible': false, 'targets': 10 },
{ 'visible': false, 'targets': 11 },
{ 'visible': false, 'targets': 12 },
{ 'visible': false, 'targets': 13 },
{ "type": "num", "targets": 3 },
{ "type": "html-num-fmt", "targets": 9 },
{ "type": "html-num-fmt", "targets": 10 },
{ "type": "html", "targets": 5 },
{ "type": "html", "targets": 11 },
{ "type": "html-num-fmt", "targets": 12 },
{ "type": "num", "targets": 13 }
].concat($.fn.dataTable.defaults.columnDefs)
});