Form validation and barcode input handling improvements

This commit is contained in:
Bernd Bestel
2017-04-17 16:51:49 +02:00
parent bd29f5da25
commit 2b8c672279
14 changed files with 242 additions and 103 deletions

View File

@@ -1,4 +1,7 @@
$(function()
{
$('#current-stock-table').DataTable({ 'paging': false });
$('#current-stock-table').DataTable({
'paging': false,
'order': [[2, 'asc']]
});
});