Commit d057e540dad7c3daf1e1227ce4ea43e9a2c8724f

Authored by Marcelo Puebla
Exists in master and in 1 other branch validar_pve

Merge branch 'master' into 'master'

Master(mpuebla)

See merge request !123
src/app/components/pago-con-tarjeta/pago-con-tarjeta.component.html
... ... @@ -128,7 +128,8 @@
128 128 <button
129 129 class="btn btn-sm btn-primary"
130 130 type="button"
131   - [disabled]="!form.valid">
  131 + [disabled]="!form.valid"
  132 + (click)="close()">
132 133 Guardar
133 134 </button>
134 135 </div>