You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fineract-core/src/main/java/org/apache/fineract/portfolio/accountdetails/data/SavingsAccountSummaryData.java
Copy file name to clipboardExpand all lines: fineract-provider/src/main/java/org/apache/fineract/portfolio/accountdetails/service/AccountDetailsReadPlatformServiceJpaRepositoryImpl.java
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,8 @@ private static final class SavingsAccountSummaryDataMapper implements RowMapper<
311
311
accountsSummary.append("sa.id as id, sa.account_no as accountNo, sa.external_id as externalId, sa.status_enum as statusEnum, ");
312
312
accountsSummary.append("sa.account_type_enum as accountType, ");
313
313
accountsSummary.append("sa.account_balance_derived as accountBalance, ");
314
+
accountsSummary.append("sa.on_hold_funds_derived as onHoldFunds, ");
315
+
accountsSummary.append("sa.total_savings_amount_on_hold as onHoldAmount, ");
314
316
315
317
accountsSummary.append("sa.submittedon_date as submittedOnDate,");
316
318
accountsSummary.append("sbu.username as submittedByUsername,");
@@ -377,6 +379,18 @@ public SavingsAccountSummaryData mapRow(final ResultSet rs, @SuppressWarnings("u
0 commit comments