Get Individual Report error fixed
This commit is contained in:
parent
aa9f63e261
commit
5a7a0b5250
@ -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'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user