From 1c43695380e8da056c926dfb8dbc4bc0fd4b0f3e Mon Sep 17 00:00:00 2001 From: James Jesudason Date: Tue, 31 Jan 2012 17:49:54 +0000 Subject: [PATCH] Use the 'valuedate' for the transaction 'effective_date' instead of the 'bookingdate' as that is the date the money left/arrived. --- account_banking_uk_hsbc/hsbc_mt940.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_uk_hsbc/hsbc_mt940.py b/account_banking_uk_hsbc/hsbc_mt940.py index c72c5c493..510147de4 100644 --- a/account_banking_uk_hsbc/hsbc_mt940.py +++ b/account_banking_uk_hsbc/hsbc_mt940.py @@ -38,7 +38,7 @@ class transaction(models.mem_bank_transaction): mapping = { 'execution_date' : 'valuedate', - 'effective_date' : 'bookingdate', + 'effective_date' : 'valuedate', 'local_currency' : 'currency', 'transfer_type' : 'bookingcode', 'reference' : 'custrefno',