mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Transfers now fully work and Fixed some math on the dashboard and new DB dump
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-calendar"></i></span>
|
||||
</div>
|
||||
<input type="date" class="form-control" name="date" required autofocus="autofocus">
|
||||
<input type="date" class="form-control" name="date" value="<?php echo date("Y-m-d"); ?>" required autofocus="autofocus">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-md">
|
||||
|
||||
Reference in New Issue
Block a user