mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[TYPO]
This commit is contained in:
@@ -201,7 +201,7 @@ class FileParser(BankStatementImportParser):
|
|||||||
except Exception, err:
|
except Exception, err:
|
||||||
raise except_osv(_('Invalid data'),
|
raise except_osv(_('Invalid data'),
|
||||||
_("Value %s of column %s is not valid."
|
_("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')),
|
"\n \n Detail: %s") % (line.get(rule, _('Missing')),
|
||||||
rule,
|
rule,
|
||||||
line.get('ref', line),
|
line.get('ref', line),
|
||||||
|
|||||||
Reference in New Issue
Block a user