|
|
@@ -146,7 +146,7 @@ export class EURB implements InstrumentComponent {
|
|
|
this.instrument_work != undefined &&
|
|
|
this.instrument_work.proyecciones != ""
|
|
|
) {
|
|
|
- this.hasProjections = true;
|
|
|
+ this.hasProjections = true;
|
|
|
this.consolidado_proyeccion = this.instrument_work.proyecciones.pop();
|
|
|
this.operation_results_work = this.instrument_work["resultado_operacion"];
|
|
|
|
|
|
@@ -536,9 +536,9 @@ export class EURB implements InstrumentComponent {
|
|
|
|
|
|
// Proyecciones
|
|
|
this.proyecciones = ans["result"]["proyecciones"];
|
|
|
- if (this.proyecciones != undefined && this.proyecciones.length > 0) {
|
|
|
+ if (this.proyecciones != undefined && this.proyecciones.length > 0) {
|
|
|
this.hasProjections = true;
|
|
|
- this.consolidado_proyeccion = this.proyecciones.pop();
|
|
|
+ //this.consolidado_proyeccion = this.proyecciones.pop();
|
|
|
this.proyecciones;
|
|
|
}
|
|
|
|