mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 05:14:51 +00:00
Add Receipt link to edit Expense if one was uploaded
This commit is contained in:
@@ -153,6 +153,11 @@
|
||||
<label>Receipt</label>
|
||||
<input type="file" class="form-control-file" name="file">
|
||||
</div>
|
||||
|
||||
<?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>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer bg-white">
|
||||
|
||||
Reference in New Issue
Block a user