mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Edit Expense now deletes old receipt and adds new receipt when attached
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<form action="post.php" method="post" enctype="multipart/form-data" autocomplete="off">
|
||||
<div class="modal-body bg-white">
|
||||
<input type="hidden" name="expense_id" value="<?php echo $expense_id; ?>">
|
||||
<input type="hidden" name="expense_receipt" value="<?php echo $expense_receipt; ?>">
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md">
|
||||
<label>Date</label>
|
||||
|
||||
Reference in New Issue
Block a user