ruchiD commented on code in PR #3367:
URL: https://github.com/apache/fineract/pull/3367#discussion_r1293072130
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanTransactionType.java:
##########
@@ -59,7 +59,7 @@ public enum LoanTransactionType {
CHARGE_REFUND(24, "loanTransactionType.chargeRefund"), //
CHARGEBACK(25, "loanTransactionType.chargeback"), //
CHARGE_ADJUSTMENT(26, "loanTransactionType.chargeAdjustment"), //
- CHARGE_OFF(27, "loanTransactionType.chargeOff");
+ CHARGE_OFF(27, "loanTransactionType.chargeOff"), DOWN_PAYMENT(28,
"loanTransactionType.downPayment");
Review Comment:
done
##########
fineract-provider/src/main/resources/db/changelog/tenant/changelog-tenant.xml:
##########
@@ -141,4 +141,5 @@
<include file="parts/0119_add_loan_product_down_payment_configuration.xml"
relativeToChangelogFile="true" />
<include
file="parts/0120_transaction_summary_with_asset_owner_report_typo_fix.xml"
relativeToChangelogFile="true" />
<include
file="parts/0121_transaction_summary_with_asset_owner_report_typo_fix_2.xml"
relativeToChangelogFile="true" />
+ <include
file="parts/0122_add_loan_product_auto_repayment_down_payment_configuration.xml"
relativeToChangelogFile="true" />
Review Comment:
done
--
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]