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

avikg pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new f1c38fb  FINERACT-1443-fix-typo-in-description (#2036)
f1c38fb is described below

commit f1c38fb5154e5255c9457b0189106b7a5543ceb9
Author: Manoj <56669674+fynma...@users.noreply.github.com>
AuthorDate: Sat Feb 19 02:21:22 2022 +0530

    FINERACT-1443-fix-typo-in-description (#2036)
---
 .../migrations/core_db/V392__interest_recovery_conf_for_rescedule.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/fineract-provider/src/main/resources/sql/migrations/core_db/V392__interest_recovery_conf_for_rescedule.sql
 
b/fineract-provider/src/main/resources/sql/migrations/core_db/V392__interest_recovery_conf_for_rescedule.sql
index c866dd0..edbdc77 100644
--- 
a/fineract-provider/src/main/resources/sql/migrations/core_db/V392__interest_recovery_conf_for_rescedule.sql
+++ 
b/fineract-provider/src/main/resources/sql/migrations/core_db/V392__interest_recovery_conf_for_rescedule.sql
@@ -21,9 +21,9 @@ delete from c_configuration where name = 
'is-interest-to-be-appropriated-equally
 
 INSERT INTO `c_configuration` (`name`, `value`, `date_value`, `enabled`, 
`is_trap_door`, `description`)
 VALUES
-    ('is-interest-to-be-recovered-first-when-greater-than-emi', 0, NULL, 0, 0, 
'If enabled, when interest amount is greater than EMI, the additional interest 
is recovered first before princupal');
+    ('is-interest-to-be-recovered-first-when-greater-than-emi', 0, NULL, 0, 0, 
'If enabled, when interest amount is greater than EMI, the additional interest 
is recovered first before principal');
 
 
 INSERT INTO `c_configuration` (`name`, `value`, `date_value`, `enabled`, 
`is_trap_door`, `description`)
 VALUES
-    ('is-principal-compounding-disabled-for-overdue-loans', 0, NULL, 0, 0, 'If 
enabled, it donot consider principal of an upaid installment for calculating 
interest of next installment. this is for testing back-dated loan sshedule');
+    ('is-principal-compounding-disabled-for-overdue-loans', 0, NULL, 0, 0, 'If 
enabled, it donot consider principal of an unpaid installment for calculating 
interest of next installment. this is for testing back-dated loan schedule');

Reply via email to