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