Get Individual Report error fixed

This commit is contained in:
gandhimathi 2017-12-07 12:17:38 +00:00
parent aa9f63e261
commit 5a7a0b5250

View File

@ -137,7 +137,7 @@ class quality extends BaseController
{
$reportid = $this->uri->segment(3);
$data['reportdata'] = $this->quality_model-> ($reportid);
$data['reportdata'] = $this->quality_model->getIndividualReportData($reportid);
$this->global['pageTitle'] = 'Siddharth : View Individual Report';
$this->loadViews("viewindreport", $this->global, $data, NULL);
@ -261,7 +261,7 @@ class quality extends BaseController
{
$count++;
if($count != 12){
$ssize = $afs['Sieve Size µm'];
$ssize = $afs['Sieve Size µm'];
$sandweight = $afs['Sand Weight'];
$Percentage = $afs['Percentage'];
$Multiplier = $afs['Multiplier'];