Skip to content

Commit 83a6fea

Browse files
authored
Merge pull request #612 from rivaldi8/bugfix-571-multi-currency-ignored-qif
Bugfix 571: Multi-currency transactions are ignored by QIF Fixes #571
2 parents 3d4fc74 + f9b3a30 commit 83a6fea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/java/org/gnucash/android/export/qif/QifExporter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ public List<String> generateExport() throws ExporterException {
9595
},
9696
// no recurrence transactions
9797
TransactionEntry.TABLE_NAME + "_" + TransactionEntry.COLUMN_TEMPLATE + " == 0 AND " +
98-
// exclude transactions involving multiple currencies
99-
"trans_extra_info.trans_currency_count = 1 AND " +
10098
// in qif, split from the one account entry is not recorded (will be auto balanced)
10199
"( " + AccountEntry.TABLE_NAME + "_" + AccountEntry.COLUMN_UID + " != account1." + AccountEntry.COLUMN_UID + " OR " +
102100
// or if the transaction has only one split (the whole transaction would be lost if it is not selected)

0 commit comments

Comments
 (0)