MWISE report BUiness asset : ps
This commit is contained in:
parent
1b9d6755c1
commit
dbc2b7d21e
@ -675,10 +675,10 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<tbody>
|
||||
<tr><th class="thlargefont">Activity Observed during Visit (Yes / No)</th></tr>
|
||||
<?php
|
||||
$business_pd_visited_remark = (isset($pd_section_data[8]['business_pd_visited_remark']) && $pd_section_data[8]['business_pd_visited_remark'] != '' ? ( '(' . $pd_section_data[8]['business_pd_visited_remark']. ' ) ' ) : 'Not Available');
|
||||
$business_pd_visited_remark = (isset($pd_section_data[8]['business_pd_visited_remark']) && $pd_section_data[8]['business_pd_visited_remark'] != '' ? ( '(' . $pd_section_data[8]['business_pd_visited_remark']. ' ) ' ) : 'Not Available');
|
||||
|
||||
?>
|
||||
<tr><td class = "tdcenteralign"><?php echo (isset($pd_section_data[8]['business_is_pd_visited']) ? $pd_section_data[8]['business_is_pd_visited'] : '' . $business_pd_visited_remark)?> </td> </tr>
|
||||
?>
|
||||
<tr><td class = "tdcenteralign"><?php echo (isset($pd_section_data[8]['business_is_pd_visited']) ? $pd_section_data[8]['business_is_pd_visited'].$business_pd_visited_remark : '')?> </td> </tr>
|
||||
</tbody></table>
|
||||
<br>
|
||||
<table class="scorecard_table">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user