Skip to content

Commit

Permalink
Merge pull request #7126 from Walkover-Web-Solution/GIDK-#2193uu-prod
Browse files Browse the repository at this point in the history
fix: GIDK-#2193uu | Prateek | Prod | Error message 'Converted amount can not be greater then 99999999' is displayed if user try to create entry for INR currency
  • Loading branch information
the-prateek-mishra authored Jan 21, 2021
2 parents edb6358 + aae38ef commit 384cd7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web-giddh/src/app/ledger/ledger.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ export class LedgerComponent implements OnInit, OnDestroy {
this.getCurrencyRate();
} else {
this.baseCurrencyDetails = this.foreignCurrencyDetails;
this.lc.blankLedger = { ...this.lc.blankLedger, exchangeRate: 1, exchangeRateForDisplay: 1 };
}
this.selectedCurrency = 0;
this.assignPrefixAndSuffixForCurrency();
Expand Down

0 comments on commit 384cd7d

Please sign in to comment.