fix: print the line '!type:Bank' only once
This commit is contained in:
parent
27a70e4525
commit
5541107a7f
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class QifFormatter(IFormatter):
|
||||||
result += u'T%s\n' % item['amount']
|
result += u'T%s\n' % item['amount']
|
||||||
result += u'M%s\n' % item['label']
|
result += u'M%s\n' % item['label']
|
||||||
result += u'^\n'
|
result += u'^\n'
|
||||||
|
self.count += 1
|
||||||
return result
|
return result
|
||||||
|
|
||||||
class TransferFormatter(IFormatter):
|
class TransferFormatter(IFormatter):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue