Skip to content

Commit

Permalink
Fix submit button label in Migrate-opening-balances
Browse files Browse the repository at this point in the history
  • Loading branch information
Elifuraha Natai committed Apr 29, 2024
1 parent d846a80 commit 8156844
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ testem.log
/typings
/reports
/src/translations/template.*
src/environments/.env.ts

# System Files
.DS_Store
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

<mat-card-actions fxLayout="row" fxLayout.xs="column" fxLayoutAlign="center" fxLayoutGap="5px" *ngIf="openingBalancesData">
<button type="button" mat-raised-button [routerLink]="['../']">{{"labels.buttons.Cancel" | translate}}</button>
<button mat-raised-button color="primary" [disabled]="!openingBalancesForm.valid" *mifosxHasPermission="'DEFINEOPENINGBALANCE_JOURNALENTRY'">{{"labels.buttons.Submit | translate}}</button>
<button mat-raised-button color="primary" [disabled]="!openingBalancesForm.valid" *mifosxHasPermission="'DEFINEOPENINGBALANCE_JOURNALENTRY'">{{"labels.buttons.Submit" | translate}}</button>
</mat-card-actions>

</form>
Expand Down
10 changes: 0 additions & 10 deletions src/environments/.env.ts

This file was deleted.

0 comments on commit 8156844

Please sign in to comment.