issues fixes

This commit is contained in:
venbatechnologies@gmail.com 2018-05-22 17:47:18 +05:30
parent ace767371b
commit 42f9581629
2 changed files with 4 additions and 4 deletions

View File

@ -232,7 +232,7 @@ if(!empty($mms))
<?php
}else
{
echo 'No Attachments';
echo 'N/A';
}
?>
</span></td>

View File

@ -78,11 +78,9 @@
</div>
</div> </section>
</div>
<script src="https://cdn.datatables.net/plug-ins/1.10.11/sorting/date-eu.js"></script>
<script>
$(function () {
@ -92,9 +90,11 @@ $(function () {
"searching": true,
"aaSorting": [[ 0, "desc" ]],
"ordering": true,
"columnDefs" : [{"targets":1, "type":"date-eu"}],
"info": true,
"autoWidth": true
});
});
</script>