<th width="589" scope="col"><?php 
print_r($result['part']);
?>
</th>
  </tr>
  <tr>
    <th width="157" scope="col">Revision</th>
    <th width="589" scope="col"><?php 
print_r($result['revision']);
?>
</th>
  </tr>
  <tr>
    <th width="157" scope="col">Reaffirmed</th>
    <th width="589" scope="col"><?php 
echo $tenderType = $obj->Tender_type($result['reaffirmed']);
?>
</th>
  </tr>
  <tr>
    <th width="157" scope="col">Year</th>
    <th width="589" scope="col"><?php 
echo $result['year'];
?>
</th>
  </tr>
  <tr>
    <th width="157" scope="col">Issued By</th>
    <th width="589" scope="col"><?php 
echo $ss = $obj->Specification_type($result['issued']);
echo $result['other_issued'];
Ejemplo n.º 2
0
    <th width="589" scope="col"><?php 
print_r($tender_office['office_name']);
?>
</th>
  </tr>
  <tr>
    <th width="157" scope="col">Purchaser</th>
    <th width="589" scope="col"><?php 
print_r($tender_purchaser['purchaser_short_name']);
?>
</th>
  </tr>
  <tr>
    <th width="157" scope="col">Tender Type</th>
    <th width="589" scope="col"><?php 
echo $tenderType = $obj->Tender_type($result['tender_type']);
?>
</th>
  </tr>
  <tr>
    <th width="157" scope="col">Due Date/Time</th>
    <th width="589" scope="col"><?php 
echo $final_date;
?>
/<?php 
echo $result['tender_time'];
?>
</th>
  </tr>
  <tr>
    <th width="157" scope="col">Sample Required</th>