Hi Rahul, The solution you came up with looks like a temporary one. Can't we do something that will update the current database and then at the release we are with the updated database of not only Indian Currency Symbol but all the currency symbols.
Thanks, Chirag Gupa On Sun, Feb 11, 2018 at 12:11 AM, Rahul Goel <[email protected]> wrote: > Hi community, > > I was looking into this iss*u*e : > https://github.com/openMF/community-app/issues/2440 > *https://issues.apache.org/jira/browse/FINERACT-547?filter=12342983 > <https://issues.apache.org/jira/browse/FINERACT-547?filter=12342983>* > > I found that this is a bug of FINERACT project due to incorrect data in > database. > I tried fetching currency details using below API endpoint and found that > backend is giving incorrect symbol. (screenshot attached) > https://demo.openmf.org/fineract-provider/api/v1/currencies? > tenantIdentifier=default&pretty=true > > I then replicated this on my local machine using staging database dump > shared with me by Sampath. Because staging database had correct symbol, > correct result was received from API(screenshot attached). > > I request community members who has access to the database to kindly run > these queries. > > 1. > *UPDATE `m_currency` SET display_symbol = '₹' where code = 'INR' * > 2. *UPDATE `m_organisation_currency` SET display_symbol = '₹' where > code = 'INR'* > > > After running these queries ISSUE : FINERACT-547 should be resolved. > -- > RAHUL GOEL > >
