You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ra...@apache.org on 2018/07/25 05:17:31 UTC

[fineract-cn-mobile] branch development updated: fix: Exception in loan details

This is an automated email from the ASF dual-hosted git repository.

rajanmaurya154 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git


The following commit(s) were added to refs/heads/development by this push:
     new bde4b08  fix: Exception in loan details
bde4b08 is described below

commit bde4b082d89b8500c4252841932de4c48638479d
Author: Mohak <mo...@gmail.com>
AuthorDate: Tue Jun 12 20:38:57 2018 +0530

    fix: Exception in loan details
---
 app/src/main/res/layout/fragment_loan_details.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>