Skip to content

Conversation

@mayank-kgp
Copy link
Contributor

@mayank-kgp mayank-kgp commented Aug 15, 2017

Fixes #747

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the MifosStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@mayank-kgp
Copy link
Contributor Author

@therajanmaurya @droidchef Please review it.

this.interestRateFrequencyType = in.readParcelable(InterestRateFrequencyType.class
.getClassLoader());
this.annualInterestRate = (Integer) in.readValue(Integer.class.getClassLoader());
this.annualInterestRate = (Double) in.readValue(Integer.class.getClassLoader());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integer.class.getClassLoader and casting it to Double, Why ?

@mayank-kgp
Copy link
Contributor Author

@droidchef Sorry, my bad. I have corrected that. You can merge it now. :)

@mayank-kgp
Copy link
Contributor Author

@therajanmaurya Please review it.

@mayank-kgp
Copy link
Contributor Author

@droidchef @therajanmaurya Please review. :)

@himanshu112
Copy link
Contributor

demo.mifos works fine but the issue continues when u change demo.mifos to your own server.
Has anyone found a solution on this??

@tarun0 tarun0 merged commit b2bc469 into openMF:master Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants