Commit 0a5138154d57b427089f353d11fe31825063796b

Authored by Marcelo Puebla
1 parent 865e5949a9
Exists in develop

Fix

Accesibilidad de variable
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() { }