Commit 92394b2887a4686bbe36a5959372b95f65b9b0af
Exists in
develop
Merge branch 'master' into 'develop'
Master(benjamin) See merge request !70
Showing
3 changed files
 
Show diff stats
src/app/modules/info-formas-pago/info-formas-pago.component.html
src/app/modules/info-formas-pago/info-formas-pago.component.ts
| ... | ... | @@ -21,7 +21,7 @@ export class InfoFormasPagoComponent implements OnInit, OnDestroy { | 
| 21 | 21 | } | 
| 22 | 22 | |
| 23 | 23 | openGoCaja(templateRef: TemplateRef<any>) { | 
| 24 | - const modalRef = this.modalService.show(templateRef, { class: 'modal-promo modal-sm modal-dialog-centered' }); | |
| 24 | + const modalRef = this.modalService.show(templateRef, { class: 'modal-promo modal-dialog-centered' }); | |
| 25 | 25 | this.timer = setTimeout(() => { | 
| 26 | 26 | modalRef.hide(); | 
| 27 | 27 | }, 3000); | 
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
| ... | ... | @@ -29,8 +29,8 @@ | 
| 29 | 29 | <div class="row row-cols-1 row-cols-sm-3 row-cols-xl-6"> | 
| 30 | 30 | <!-- ARTICULO --> | 
| 31 | 31 | <div | 
| 32 | - class="col px-2 my-1 my-md-3 h-auto" | |
| 33 | - *ngFor="let articulo of auxArticulos | slice:0:showQuantity;"> | |
| 32 | + *ngFor="let articulo of auxArticulos | slice:0:showQuantity;" | |
| 33 | + class="col px-2 my-1 my-md-3 h-auto"> | |
| 34 | 34 | <div | 
| 35 | 35 | class="swing-in-top-fwd btn-effect card h-auto" | 
| 36 | 36 | (click)="selectArticulo(articulo)"> |