Oscar José Nuñez Chávez преди 5 години
родител
ревизия
f5e90c8271
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/app/components/investment-proposals/complement-info/complement-info.component.ts

+ 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) {