Skip to content

Commit 09b2392

Browse files
committed
FIN-350 remove the filter of income only
1 parent 5e10050 commit 09b2392

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fintrack-api/src/main/java/com/jongsoft/finance/rest/profile/ProfileExportResource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ private List<TransactionJson> lookupRelevantTransactions() {
9393
var filter = filterFactory.transaction()
9494
.page(0)
9595
.pageSize(Integer.MAX_VALUE)
96-
.onlyIncome(false)
9796
.description("Opening balance", true);
9897

9998
return transactionProvider.lookup(filter)

0 commit comments

Comments
 (0)