fix financial issues

This commit is contained in:
root
2026-06-01 02:08:27 -04:00
parent 090cb88573
commit 6444b61416
56 changed files with 4196 additions and 1824 deletions
+2 -2
View File
@@ -113,7 +113,7 @@
<td><?= esc($r['check_nbr'] ?? '-') ?></td>
<td>
<?php if (!empty($r['check_file'])): ?>
<a href="<?= base_url('uploads/checks/' . $r['check_file']) ?>" target="_blank">View</a>
<a href="<?= base_url('refunds/file/' . (int) $r['id'] . '/inline') ?>" target="_blank">View</a>
<?php else: ?>
-
<?php endif; ?>
@@ -200,7 +200,7 @@
</div>
<div class="mb-3">
<label for="checkFile" class="form-label">Upload Check Image</label>
<input type="file" class="form-control" name="check_file" id="checkFile" accept="image/*">
<input type="file" class="form-control" name="check_file" id="checkFile" accept=".jpg,.jpeg,.png,.pdf">
</div>
</div>
</div>