Selaa lähdekoodia

Merge branch 'features-o' of onunez/frontend-inversiones into development

Oscar José Nuñez Chávez 5 vuotta sitten
vanhempi
commit
e69a3c404f

+ 1 - 1
src/app/components/investment-proposals/complement-info/complement-info.component.ts

@@ -90,7 +90,7 @@ export class ComplementInfoComponent implements OnInit {
     console.log("instrumento");
     console.log(this.instrumentInfo);
 
-    this.catalogService.getCatalogInfo("companies").subscribe(res => {
+    this.catalogService.getCatalogInfo("empresas").subscribe(res => {
       this.companies = res;
 
       if (this.investmentProposalID != undefined) {