issues fixes

This commit is contained in:
venbatechnologies@gmail.com 2018-05-22 18:12:45 +05:30
parent 42f9581629
commit 937a1e23ff

View File

@ -316,7 +316,7 @@ table.dataTable thead > tr > td.sorting {
if(!empty($rel->file)){ ?><!-- if for Inward po file -->
<a target="_blank" href="<?php echo base_url().'uploads/BillFiles/'?><?php echo $rel->file ?>" data-toggle="tooltip" data-placement="left" title="Attachment Available for Download/View"><?php echo number_format($rel->total,2,'.','');?></a>
<?php }else if(!empty($rel->ifile)) { ?><!-- else if for igr file -->
<a target="_blank" href="<?php echo base_url().''. $rel->igrfile ?>" data-toggle="tooltip" data-placement="left" title="Attachment Available for Download/View"><?php echo number_format($rel->total,2,'.','');?></a>
<a target="_blank" href="<?php echo base_url().''.$rel->ifile ?>" data-toggle="tooltip" data-placement="left" title="Attachment Available for Download/View"><?php echo number_format($rel->total,2,'.','');?></a>
<?php } else { echo number_format($rel->total,2,'.',''); } ?><!-- both inwardpo file and Igr file empty means -->
</span></td>