mirror of https://github.com/itflow-org/itflow
Fixed Edit Upload receipt not deleting old receipt
This commit is contained in:
parent
9fe6abda11
commit
cb7a9bc8a3
|
|
@ -10,7 +10,7 @@
|
|||
<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="existing_file_name" value="<?php echo $existing_file_name; ?>">
|
||||
<input type="hidden" name="existing_file_name" value="<?php echo $expense_receipt; ?>">
|
||||
|
||||
<div class="form-row">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue