mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 05:14:51 +00:00
Fixed Receipt Path under edit expense
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
|
||||
<?php if(!empty($expense_receipt)){ ?>
|
||||
<hr>
|
||||
<a class="text-secondary" href="<?php echo $expense_receipt; ?>"><i class="fa fa-fw fa-2x fa-file-pdf text-secondary"></i> <?php echo basename($expense_receipt); ?></a>
|
||||
<a class="text-secondary" href="<?php echo "uploads/expenses/$session_company_id/$expense_receipt"; ?>"><i class="fa fa-fw fa-2x fa-file-pdf text-secondary"></i> <?php echo basename($expense_receipt); ?></a>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user