FIX: show cuentas missing moneda

This commit is contained in:
2022-03-25 17:39:12 -03:00
parent 8b86560973
commit cddf768b1e
4 changed files with 35 additions and 14 deletions

View File

@ -85,9 +85,15 @@
<label>Detalle</label>
<input type="text" name="detalle" />
</div>
<div class="field">
<label>Valor</label>
<input type="text" name="valor" />
<div class="fields">
<div class="field">
<label>Valor</label>
<input type="text" name="valor" />
</div>
<div class="field">
<lable>Moneda</lable>
<select name="moneda"></select>
</div>
</div>
<button class="ui icon button">
<i class="plus icon"></i>