Compare commits

...

2 Commits

Author SHA1 Message Date
6c4e51bfff Merge branch 'develop' into release 2022-04-02 23:59:14 -03:00
10e5383a3e FIX: modalToAdd in cuentas.show 2022-04-02 23:58:57 -03:00

View File

@ -289,6 +289,7 @@ const transacciones = {
return { return {
show: () => { show: () => {
this.modal.find('form').trigger('reset') this.modal.find('form').trigger('reset')
modalToAdd(this.modal)
this.modal.modal('show') this.modal.modal('show')
}, },
exec: () => { exec: () => {