mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Transfers now fully work and Fixed some math on the dashboard and new DB dump
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<div class="modal-body">
|
||||
<input type="hidden" name="transfer_id" value="<?php echo $transfer_id; ?>">
|
||||
<input type="hidden" name="expense_id" value="<?php echo $expense_id; ?>">
|
||||
<input type="hidden" name="payment_id" value="<?php echo $payment_id; ?>">
|
||||
<div class="form-row">
|
||||
<div class="form-group col-sm">
|
||||
<label>Date</label>
|
||||
|
||||
Reference in New Issue
Block a user