Fixed stock entries page missing columns

This commit is contained in:
Bernd Bestel
2021-07-12 19:55:53 +02:00
parent 8cb8611b4f
commit 7b0bc9e472
2 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
'columnDefs': [
{ 'orderable': false, 'targets': 0 },
{ 'searchable': false, "targets": 0 },
{ 'visible': false, 'targets': 10 },
{ 'visible': false, 'targets': 10 }
].concat($.fn.dataTable.defaults.columnDefs)
});
$('#stockentries-table tbody').removeClass("d-none");