We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e10050 commit 09b2392Copy full SHA for 09b2392
fintrack-api/src/main/java/com/jongsoft/finance/rest/profile/ProfileExportResource.java
@@ -93,7 +93,6 @@ private List<TransactionJson> lookupRelevantTransactions() {
93
var filter = filterFactory.transaction()
94
.page(0)
95
.pageSize(Integer.MAX_VALUE)
96
- .onlyIncome(false)
97
.description("Opening balance", true);
98
99
return transactionProvider.lookup(filter)
0 commit comments