Commit 475f7aad667a61abea9e5d6250fc8691bd90607b
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !140
Showing
2 changed files
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
src/app/modules/seleccion-articulos/seleccion-articulos.component.ts
... | ... | @@ -107,8 +107,9 @@ export class SeleccionArticulosComponent implements OnInit, AfterViewInit, OnDes |
107 | 107 | }); |
108 | 108 | this.modalRef.content.onClose |
109 | 109 | .subscribe(() => this.modalRef = null); |
110 | + } else { | |
111 | + this.getByID(articulo.id); | |
110 | 112 | } |
111 | - this.getByID(articulo.id); | |
112 | 113 | } |
113 | 114 | |
114 | 115 | getByID(id: number) { |