You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by GitBox <gi...@apache.org> on 2022/04/03 20:10:39 UTC

[GitHub] [fineract] rrpawar96 commented on a diff in pull request #2220: FINERACT-130:HoldAccount

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 Balance Hold and releasing the same amount: 
   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-unsubscribe@fineract.apache.org

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