[
http://mifosforge.jira.com/browse/MIFOS-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61616#action_61616
]
Udai Gupta commented on MIFOS-4088:
-----------------------------------
This issue is due to null values in customer_schedule.misc_fees_currency_id
In case of GK they have the currency id = 2 (INR)
so GK would have to run this query to fix this problem.
{code}
update customer_schedule set misc_fees_currency_id=2 where
misc_fees_currency_is is null
{code}
NOTE: testgreen is using 1.6.0, so there will be a null pointer exception
http://mifosforge.jira.com/browse/MIFOS-3706
After fixing this issue, I would suggest replacing all the null values from
customer_schedule to meaningful defaults.
> error "More than one row returned" with GK data
> -----------------------------------------------
>
> Key: MIFOS-4088
> URL: http://mifosforge.jira.com/browse/MIFOS-4088
> Project: mifos
> Issue Type: Bug
> Components: Groups
> Environment: gk data set, 1.6.x war deployed
> Reporter: jbrewster
> Assignee: Udai Gupta
> Priority: Critical
> Fix For: Release E - Iteration 11, Release E
>
> Attachments: screenshot-1.jpg
>
>
> Praveen noted in email that GK saw a null point exception issue for the Old
> GK migrated Customers.while browsing the Customer related page.
> I did my own testing, and encountered an exception on certain groups and
> centers. I'm not sure if this is the same issue that Praveen noted.
> My repro steps:
> 1. login to test instance with GK data (jeff can provide info)
> 2. search for client 0037-000130074
> 3. click on client, view client details.
> 4. click on group in breadcrumb above the client - 06:02:31:0506
> expected result: see group details page
> actual result: error - More than one row returned
> see attached stack trace.
> I assume this has something to do with certain older data. If so, this is a
> duplicate of MIFOS-3717. Would like Praveen to confirm these repro steps.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues