Skip to content

Commit

Permalink
Advanced payment allocation supports Cumulative or Progressive Loan S…
Browse files Browse the repository at this point in the history
…chedule (#1904)

Co-authored-by: Jose Alberto Hernandez <[email protected]>
  • Loading branch information
josehernandezfintecheandomx and Jose Alberto Hernandez authored Nov 18, 2023
1 parent d8a279f commit df71736
Show file tree
Hide file tree
Showing 22 changed files with 1,624 additions and 1,921 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3 class="mat-h3" fxFlexFill>{{"labels.heading.Transferred To" | translate}}</h
</mat-form-field>

<mat-form-field fxFlex="98%">
<mat-label>{{"labels.inputs.Destination" | translate}}</mat-label>
<mat-label>{{"labels.inputs.Description" | translate}}</mat-label>
<textarea matInput formControlName="transferDescription" cdkTextareaAutosize
cdkAutosizeMinRows="2"></textarea>
<mat-error *ngIf="makeAccountTransferForm.controls.transferDescription.hasError('required')">
Expand Down
Loading

0 comments on commit df71736

Please sign in to comment.