@@ -225,6 +225,7 @@
type="hidden"
formControlName="instrumentos"
class="form-control"
+ [value]="general.instrumentos"
readonly
/>
</ng-template>
@@ -169,6 +169,12 @@ export class PaymentInfoComponent implements OnInit {
return false;
}
+ Swal.fire({
+ allowOutsideClick: false,
+ icon: "info",
+ text: "Espere por favor..."
+ });
+
this.paymentProposal = {
id_inversion: this.investmentProposalID,
step: "next",