BLasan commented on a change in pull request #1770:
URL: https://github.com/apache/fineract/pull/1770#discussion_r701821442



##########
File path: 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/bulkimport/importhandler/loan/LoanImportHandler.java
##########
@@ -270,6 +273,8 @@ private LoanAccountData readLoan(Row row, String locale, 
String dateFormat) {
         Long charge1 = 
ImportHandlerUtils.readAsLong(LoanConstants.CHARGE_ID_1, row);
         Long charge2 = 
ImportHandlerUtils.readAsLong(LoanConstants.CHARGE_ID_2, row);
 
+        Long collateral1 = 
ImportHandlerUtils.readAsLong(LoanConstants.LOAN_COLLATERAL_ID, row);

Review comment:
       Fixed. Resolving the conversation




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to