Commit 190d8e14a4d64dfed9c94ba8a3efd64194c1fce0

Authored by Marcelo Puebla
Exists in develop

Merge branch 'develop' into 'develop'

Develop

See merge request !160
src/app/modules/carrito/carrito.component.ts
... ... @@ -45,7 +45,7 @@ export class CarritoComponent implements OnInit, OnDestroy {
45 45 }
46 46  
47 47 validateCarrito() {
48   - const res = this.articuloService.validateCarrito()
  48 + const res = this.articuloService.validateCarrito();
49 49 if (res.valid) {
50 50 this.router.navigate(['forma-pago']);
51 51 } else {
src/app/shared/error-stock/error-stock.component.ts
... ... @@ -11,7 +11,7 @@ export class ErrorStockComponent implements OnInit {
11 11 articulo: IArticulo;
12 12  
13 13 constructor(
14   - private modalRef: BsModalRef,
  14 + public modalRef: BsModalRef,
15 15 ) { }
16 16  
17 17 ngOnInit() { }