mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 05:44:52 +00:00
Fixed Edit Upload receipt not deleting old receipt
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<form action="post.php" method="post" enctype="multipart/form-data" autocomplete="off">
|
<form action="post.php" method="post" enctype="multipart/form-data" autocomplete="off">
|
||||||
<div class="modal-body bg-white">
|
<div class="modal-body bg-white">
|
||||||
<input type="hidden" name="expense_id" value="<?php echo $expense_id; ?>">
|
<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">
|
<div class="form-row">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user