rrpawar96 commented on code in PR #2220:
URL: https://github.com/apache/fineract/pull/2220#discussion_r841271439


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccountTransaction.java:
##########
@@ -127,6 +127,9 @@
     @Column(name = "release_id_of_hold_amount", length = 20)
     private Long releaseIdOfHoldAmountTransaction;
 
+    @Column(name = "reason_for_block", nullable = true)

Review Comment:
   Yes, we are also doing the task of Savings Balance Hold and releasing the 
same amount, and collecting the reason for that.
   The same is there in the screenshot which is in this link 
[mifosx-2509](https://mifosforge.jira.com/browse/MIFOSX-2509) (included in 
FINERACT-130).



-- 
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: dev-unsubscr...@fineract.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to