IGR ISSUE FIXED.

This commit is contained in:
gandhimathi 2018-01-04 11:00:20 +00:00
parent 94933dd835
commit e1b1518a2f

View File

@ -114,7 +114,7 @@ th{
{ {
foreach($reports['generated'] as $d) foreach($reports['generated'] as $d)
{ {
echo "<tr><td>".$d->igrno."</td><td>".$d->igrlineitemno."</td></tr>"; echo "<tr><td onclick='getIGRNO(this.textContent);'>".$d->igrno."</td><td>".$d->igrlineitemno."</td></tr>";
} }
} }
?> ?>
@ -227,7 +227,7 @@ th{
<thead style="background-color:#ddf"> <thead style="background-color:#ddf">
<tr> <tr>
<th>NO</th><th>Sieve Size µm</th><th>Mesh Size</th><th>Sand Weight</th><th>Percentage</th><th>Multiplier</th><th>Product</th> <th>NO</th><th>Sieve Size <EFBFBD>m</th><th>Mesh Size</th><th>Sand Weight</th><th>Percentage</th><th>Multiplier</th><th>Product</th>
</tr> </tr>
@ -977,7 +977,7 @@ ctx.closePath();
ctx.beginPath(); ctx.beginPath();
ctx.font = "bold 12px Arial"; ctx.font = "bold 12px Arial";
ctx.fillStyle = "black"; ctx.fillStyle = "black";
ctx.fillText("Sieve size µm ",(canvaswidth/2),(canvasheight-2)); ctx.fillText("Sieve size <EFBFBD>m ",(canvaswidth/2),(canvasheight-2));
ctx.closePath(); ctx.closePath();
var xaxislabelwidth = (canvaswidth/12); var xaxislabelwidth = (canvaswidth/12);