mirror of
https://github.com/bitwarden/server.git
synced 2025-04-11 16:18:14 -05:00
allow negative amount transaction
This commit is contained in:
parent
b144605e3e
commit
e51d435236
@ -47,7 +47,7 @@
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text">$</span>
|
||||
</div>
|
||||
<input type="number" min="0.01" max="1000000.00" step="0.01" class="form-control"
|
||||
<input type="number" min="-1000000.00" max="1000000.00" step="0.01" class="form-control"
|
||||
asp-for="Amount" required placeholder="ex. 10.00">
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user