[
https://issues.apache.org/jira/browse/FINCN-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646304#comment-16646304
]
ASF GitHub Bot commented on FINCN-88:
-------------------------------------
myrle-krantz closed pull request #9: Fixing bug FINCN-88 :member loan ledger
input help missing
URL: https://github.com/apache/fineract-cn-fims-web-app/pull/9
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/src/app/common/ledger-select/ledger-select.component.html
b/src/app/common/ledger-select/ledger-select.component.html
index 4637230..2dfdcb3 100644
--- a/src/app/common/ledger-select/ledger-select.component.html
+++ b/src/app/common/ledger-select/ledger-select.component.html
@@ -26,6 +26,6 @@
<mat-autocomplete #auto="matAutocomplete">
<mat-option *ngFor="let ledger of ledgers | async"
[value]="ledger.identifier" [matTooltip]="ledger.description">
- {{ ledger.identifier }}({{ledger.name}})
+ {{ ledger.identifier }}({{ledger.description}})
</mat-option>
</mat-autocomplete>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> member loan ledger input help missing
> -------------------------------------
>
> Key: FINCN-88
> URL: https://issues.apache.org/jira/browse/FINCN-88
> Project: Fineract Cloud Native
> Issue Type: Bug
> Components: fineract-cn-fims-web-app
> Reporter: Myrle Krantz
> Priority: Major
>
> 1.) Go to loan products
> 2.) Chose to create a new loan product
> 3.) Go to ledger and account settings.
> 4.) Try inputting cash fund account
> 5.) Try inputting member loan ledger
> Input help for cash fund account and meber loan ledger are different. In
> cash fund account you can type the textual name of the account, but in member
> loan ledger you can only type the number of the ledger. The name isn't
> displayed except has a tooltip.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)