update reports display

This commit is contained in:
Frank John Begornia
2021-01-23 19:52:17 +08:00
parent b1ed52f7a6
commit c144810352

View File

@@ -735,8 +735,8 @@
// } // }
], ],
columnDefs: [ columnDefs: [
{ targets: 9, type: 'date', visible: false }, { targets: 10, type: 'date', visible: false },
{ targets: 9, type: 'date' } { targets: 10, type: 'date' }
], ],
}); });