From 975df8c3e2b1cfc2063b989196dbba6b41f785c2 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Wed, 11 Dec 2013 17:52:08 +0100 Subject: [PATCH] [FIX] Adapt comment of method prepare_statement_lines_vals --- account_statement_base_import/statement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_statement_base_import/statement.py b/account_statement_base_import/statement.py index b041f674..3a136cdf 100644 --- a/account_statement_base_import/statement.py +++ b/account_statement_base_import/statement.py @@ -90,7 +90,7 @@ class AccountStatementProfil(Model): statement_id, context): """ Hook to build the values of a line from the parser returned values. At - least it fullfill the statement_id and account_id. Overide it to add your + least it fullfill the statement_id. Overide it to add your own completion if needed. :param dict of vals from parser for account.bank.statement.line (called by