LandMark fields added on Report : ps
This commit is contained in:
parent
c79ffbb4cd
commit
596b8231c5
@ -192,8 +192,10 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
</tr> -->
|
||||
<tr>
|
||||
<td colspan="3" rowspan="2" ><?php if($master[0]['sales_pd_type'] == 1){echo 'Address Visited'; }else{ echo 'Business Address'; } ?></td>
|
||||
<td class = "tdcenteralign" colspan="7"><?php echo $section1['address_visited']?></td>
|
||||
</tr>
|
||||
<!-- <td class = "tdcenteralign" colspan="7"><?php echo $section1['address_visited']?></td> -->
|
||||
<td class = "tdcenteralign" colspan="7">
|
||||
<?php echo $section1['address_visited']; if(isset($section1['landmark']) && $section1['landmark'] !="" ){ ?> </br><p> <?php echo "Landmark : ".$section1['landmark']; ?> </p> <?php } ?>
|
||||
</td>
|
||||
<tr>
|
||||
<td>City</td>
|
||||
<td class = "tdcenteralign"><?php echo $section1['city']?></td>
|
||||
|
||||
@ -171,7 +171,9 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" rowspan="2" ><?php if($master[0]['sales_pd_type'] == 1){echo 'Address Visited'; }else{ echo 'Business Address'; } ?></td>
|
||||
<td class = "tdcenteralign" colspan="7"><?php echo $section1['address_visited']?></td>
|
||||
<td class = "tdcenteralign" colspan="7">
|
||||
<?php echo $section1['address_visited']; if(isset($section1['landmark']) && $section1['landmark'] !="" ){ ?> </br><p> <?php echo "Landmark : ".$section1['landmark']; ?> </p> <?php } ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>City</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user