Demo FSL fixes : ps
This commit is contained in:
parent
53ed0847b6
commit
87ac61600a
@ -215,11 +215,11 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">City</td>
|
||||
<td class = "tdcenteralign" colspan="1" ><?php echo isset($rd_data[$i]['residence_city_master'])?$rd_data[$i]['residence_city_master']:($rd_data[$i]['residence_city'] ? $rd_data[$i]['residence_city'] : 'Not Provided'); ?></td>
|
||||
<td class = "tdcenteralign" colspan="1" ><?php echo isset($rd_data[$i]['residence_city'])?$rd_data[$i]['residence_city']: 'Not Provided'; ?></td>
|
||||
<td colspan="2">State</td>
|
||||
<td class = "tdcenteralign" colspan="1"><?php echo isset($rd_data[$i]['residence_state_master'])?$rd_data[$i]['residence_state_master']:($rd_data[$i]['residence_state'] ? $rd_data[$i]['residence_state'] : 'Not Provided'); ?></td>
|
||||
<td class = "tdcenteralign" colspan="1"><?php echo isset($rd_data[$i]['residence_state'])?$rd_data[$i]['residence_state']: 'Not Provided'; ?></td>
|
||||
<td colspan="2">PIN</td>
|
||||
<td class = "tdcenteralign" colspan="2"><?php echo isset($rd_data[$i]['residence_pincode_master']) ?$rd_data[$i]['residence_pincode_master']: ($rd_data[$i]['residence_pincode'] ? $rd_data[$i]['residence_pincode'] : 'Not Provided');?></td>
|
||||
<td class = "tdcenteralign" colspan="2"><?php echo isset($rd_data[$i]['residence_pincode']) ?$rd_data[$i]['residence_pincode']: 'Not Provided';?></td>
|
||||
</tr>
|
||||
<?php } }?>
|
||||
|
||||
@ -313,11 +313,11 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
</tr> -->
|
||||
<tr>
|
||||
<td colspan="2" >City</td>
|
||||
<td class = "tdcenteralign" colspan="1" ><?php echo isset($section1['business_city_master'])?$section1['business_city_master']:'Not Provided'; ?></td>
|
||||
<td class = "tdcenteralign" colspan="1" ><?php echo isset($section1['business_city'])?$section1['business_city']:'Not Provided'; ?></td>
|
||||
<td colspan="2" >State</td>
|
||||
<td class = "tdcenteralign" colspan="1"><?php echo isset($section1['business_state_master'])?$section1['business_state_master']:'Not Provided'; ?></td>
|
||||
<td class = "tdcenteralign" colspan="1"><?php echo isset($section1['business_state'])?$section1['business_state']:'Not Provided'; ?></td>
|
||||
<td colspan="2" >PIN</td>
|
||||
<td class = "tdcenteralign" colspan="2"><?php echo isset($section1['business_pincode_master'])?$section1['business_pincode_master']:'Not Provided'; ?></td>
|
||||
<td class = "tdcenteralign" colspan="2"><?php echo isset($section1['business_pincode'])?$section1['business_pincode']:'Not Provided'; ?></td>
|
||||
</tr>
|
||||
<?php } ?> -->
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user