mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fixed receipt uploads on copy expense modal
This commit is contained in:
@@ -492,7 +492,7 @@ if(isset($_GET['client_id'])){
|
||||
?>
|
||||
|
||||
<tr>
|
||||
<td>INV-<?php echo $invoice_number; ?></td>
|
||||
<td><?php echo $invoice_number; ?></td>
|
||||
<td class="text-right text-monospace">$<?php echo number_format($invoice_amount,2); ?></td>
|
||||
<td><?php echo $invoice_date; ?></td>
|
||||
<td><?php echo $invoice_due; ?></td>
|
||||
|
||||
Reference in New Issue
Block a user