diff --git a/application/views/inward_report_create.php b/application/views/inward_report_create.php index a6c574c6..e0e99d6f 100755 --- a/application/views/inward_report_create.php +++ b/application/views/inward_report_create.php @@ -227,7 +227,7 @@ th{ - NOSieve Size µmMesh SizeSand WeightPercentageMultiplierProduct + NOSieve Size µmMesh SizeSand WeightPercentageMultiplierProduct @@ -318,7 +318,7 @@ th{ "lengthChange": true, "searching": true, "ordering": true, - "aaSorting": [[ 0, "asc" ]], + "aaSorting": [[ 0, "desc" ]], "info": true, "autoWidth": true @@ -329,7 +329,7 @@ $('#gen').DataTable({ "lengthChange": true, "searching": true, "ordering": true, - "aaSorting": [[ 0, "asc" ]], + "aaSorting": [[ 0, "desc" ]], "info": true, "autoWidth": true @@ -977,7 +977,7 @@ ctx.closePath(); ctx.beginPath(); ctx.font = "bold 12px Arial"; ctx.fillStyle = "black"; -ctx.fillText("Sieve size µm ",(canvaswidth/2),(canvasheight-2)); +ctx.fillText("Sieve size µm ",(canvaswidth/2),(canvasheight-2)); ctx.closePath(); var xaxislabelwidth = (canvaswidth/12);