Fixed Edit Upload receipt not deleting old receipt

This commit is contained in:
johnnyq 2021-09-21 23:19:08 -04:00
parent 9fe6abda11
commit cb7a9bc8a3
1 changed files with 1 additions and 1 deletions

View File

@ -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">