mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] Fixed some problems after rebasing.
This commit is contained in:
@@ -125,7 +125,7 @@ class MT940(object):
|
||||
raise ValueError(
|
||||
'File starting with %s does not seem to be a'
|
||||
' valid %s MT940 format bank statement.' %
|
||||
(data[:12], self.mt940_type)
|
||||
(line[:12], self.mt940_type)
|
||||
)
|
||||
|
||||
def parse(self, data):
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
##############################################################################
|
||||
import re
|
||||
from string import printable
|
||||
from datetime import datetime
|
||||
from openerp.addons.bank_statement_parse_mt940.mt940 import (
|
||||
MT940, str2amount, get_subfields, handle_common_subfields)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user