This commit is contained in:
venbatechnologies 2018-04-17 15:29:34 +05:30
parent 86ea103ace
commit 5346bd5385
2 changed files with 2 additions and 18 deletions

View File

@ -126,7 +126,7 @@ class resinbatchcard extends BaseController
$MASTERID = $this->quality_model->saveResinBatchCardMasterTestData($masterreportdata); $MASTERID = $this->quality_model->saveResinBatchCardMasterTestData($masterreportdata);
echo $MASTERID;die(); // echo $MASTERID;die();
//$MASTERID = 56; //$MASTERID = 56;
foreach($masterdata as $key => $mas) foreach($masterdata as $key => $mas)
{ {

View File

@ -1,21 +1,5 @@
<!-- <?php
print_r($reportdata);
$cname = '';
$caddress = '';
$pic = '';
if(!empty($reportdata['company'])){
foreach($reportdata['company'] as $c)
{
$cname = $c->CompanyName;
$caddress = $c->Address;
$pic = $c->ProfilePic;
}
}
?> -->
<style> <style>
td{ td{
text-align:center; text-align:center;
@ -201,7 +185,7 @@ th{
{ {
foreach($records['childdata'] as $k => $value) foreach($records['childdata'] as $k => $value)
{ {
print_r($value); //print_r($value);
?> ?>
<tr > <tr >
<td style="text-align: center;border-right: 1px solid black; <td style="text-align: center;border-right: 1px solid black;