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);
echo $MASTERID;die();
// echo $MASTERID;die();
//$MASTERID = 56;
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>
td{
text-align:center;
@ -201,7 +185,7 @@ th{
{
foreach($records['childdata'] as $k => $value)
{
print_r($value);
//print_r($value);
?>
<tr >
<td style="text-align: center;border-right: 1px solid black;