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

Reply via email to