Added a note field to product barcodes (closes #962)

This commit is contained in:
Bernd Bestel
2020-12-19 17:20:54 +01:00
parent 5421dfb6b2
commit 3ad5f2cac5
5 changed files with 21 additions and 2 deletions

View File

@@ -288,7 +288,8 @@ var barcodeTable = $('#barcode-table').DataTable({
'columnDefs': [
{ 'orderable': false, 'targets': 0 },
{ 'searchable': false, "targets": 0 },
{ 'visible': false, 'targets': 5 }
{ 'visible': false, 'targets': 5 },
{ 'visible': false, 'targets': 6 }
].concat($.fn.dataTable.defaults.columnDefs)
});
$('#barcode-table tbody').removeClass("d-none");