diff --git a/application/views/inward_report_create.php b/application/views/inward_report_create.php
index e0e99d6f..c0fa3ba6 100755
--- a/application/views/inward_report_create.php
+++ b/application/views/inward_report_create.php
@@ -114,7 +114,7 @@ th{
{
foreach($reports['generated'] as $d)
{
- echo "
| ".$d->igrno." | ".$d->igrlineitemno." |
";
+ echo "| ".$d->igrno." | ".$d->igrlineitemno." |
";
}
}
?>
@@ -227,7 +227,7 @@ th{
- | NO | Sieve Size µm | Mesh Size | Sand Weight | Percentage | Multiplier | Product |
+ NO | Sieve Size �m | Mesh Size | Sand Weight | Percentage | Multiplier | Product |
@@ -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);