Comment 1 for bug 757422

Revision history for this message
Serge Markov (mserge) wrote :

/src/ru/orangesoftware/financisto/export/qif/QifTransaction.java
see line 49:

49
        qifWriter.write("T").write(Utils.amountToString(Currency.EMPTY, amount)).newLine();

why it .EMPTY, should it be currency for transaction?