Merge branch 'master' into record_adjustment

This commit is contained in:
Khanh Ngo
2019-12-16 15:54:38 +07:00
committed by GitHub
6 changed files with 186 additions and 116 deletions

View File

@ -138,7 +138,7 @@
"columnDefs": [
{
type: 'natural',
targets: [0, 5]
targets: [0, 4]
},
{
// hidden column so that we can add new records on top
@ -148,7 +148,7 @@
},
{
className: "length-break",
targets: [ 5 ]
targets: [ 4, 5 ]
}
],
"orderFixed": [[8, 'asc']]