Commit 190d8e14a4d64dfed9c94ba8a3efd64194c1fce0
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !160
Showing
2 changed files
Show diff stats
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