Script structure and searchable cuentas
This commit is contained in:
@ -209,6 +209,7 @@ const transacciones = {
|
||||
select.append(
|
||||
$('<option></option>').attr('value', el.id).html(el.nombre + ' (' + el.categoria.nombre + ')')
|
||||
)
|
||||
select.dropdown()
|
||||
})
|
||||
})
|
||||
this.get().monedas().then(() => {
|
Reference in New Issue
Block a user