wkigenyi commented on PR #4202: URL: https://github.com/apache/fineract/pull/4202#issuecomment-2693536272
Hello Victor, I will make effort to close it within the week. Regards. Wilfred On Mon, Mar 3, 2025 at 6:32 AM Víctor Romero ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In > fineract-savings/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccount.java > <https://github.com/apache/fineract/pull/4202#discussion_r1976830959>: > > > @@ -1594,12 +1594,19 @@ public void validateAccountBalanceDoesNotBecomeNegative(final String transaction > public void validateAccountBalanceDoesNotViolateOverdraft(final List<SavingsAccountTransaction> savingsAccountTransaction, > final BigDecimal amountPaid) { > if (savingsAccountTransaction != null) { > - SavingsAccountTransaction savingsAccountTransactionFirst = savingsAccountTransaction.get(0); > > @wkigenyi <https://github.com/wkigenyi> Are you still working on the > ticket? > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/fineract/pull/4202#discussion_r1976830959>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AEK6IQ7NAS5GE6GD2VGNAX32SPELLAVCNFSM6AAAAABS2DOJRSVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDMNJSHE4DONBZHE> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
