therajanmaurya closed pull request #7: fix: Exception in loan details
URL: https://github.com/apache/fineract-cn-mobile/pull/7
 
 
   

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/app/src/main/res/layout/fragment_loan_details.xml 
b/app/src/main/res/layout/fragment_loan_details.xml
index c8b05d7..fc8e2bc 100644
--- a/app/src/main/res/layout/fragment_loan_details.xml
+++ b/app/src/main/res/layout/fragment_loan_details.xml
@@ -125,7 +125,7 @@
                         <EditText
                             android:hint="@string/repay_every"
                             android:id="@+id/et_repay"
-                            android:inputType="numberDecimal"
+                            android:inputType="number"
                             android:layout_height="wrap_content"
                             android:layout_width="match_parent"/>
                     </android.support.design.widget.TextInputLayout>


 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to