LandMark fields added on Report : ps

This commit is contained in:
VE10-Sanjeev 2023-10-09 12:44:32 +05:30
parent c79ffbb4cd
commit 596b8231c5
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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>