From e1b1518a2ffcc7427c74a41244da7881c837d46c Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 4 Jan 2018 11:00:20 +0000 Subject: [PATCH] IGR ISSUE FIXED. --- application/views/inward_report_create.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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{ - NOSieve Size µmMesh SizeSand WeightPercentageMultiplierProduct + NOSieve Size �mMesh SizeSand WeightPercentageMultiplierProduct @@ -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);