This commit is contained in:
unknown
2013-02-15 16:29:59 +01:00
parent cae935236d
commit 648d81dd1c

View File

@@ -201,7 +201,7 @@ class FileParser(BankStatementImportParser):
except Exception, err:
raise except_osv(_('Invalid data'),
_("Value %s of column %s is not valid."
"\n Please check the line with ref %s:"y
"\n Please check the line with ref %s:"
"\n \n Detail: %s") % (line.get(rule, _('Missing')),
rule,
line.get('ref', line),