Merge branch 'develop' into release

This commit is contained in:
2022-04-02 23:59:14 -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: () => {