From c1448103524ac230e29bbe279a294eac3c1637e2 Mon Sep 17 00:00:00 2001 From: Frank John Begornia Date: Sat, 23 Jan 2021 19:52:17 +0800 Subject: [PATCH] update reports display --- resources/views/user-layouts/user_template.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/user-layouts/user_template.blade.php b/resources/views/user-layouts/user_template.blade.php index b744e51..1437667 100644 --- a/resources/views/user-layouts/user_template.blade.php +++ b/resources/views/user-layouts/user_template.blade.php @@ -735,8 +735,8 @@ // } ], columnDefs: [ - { targets: 9, type: 'date', visible: false }, - { targets: 9, type: 'date' } + { targets: 10, type: 'date', visible: false }, + { targets: 10, type: 'date' } ], });