Use the 'valuedate' for the transaction 'effective_date' instead of the 'bookingdate' as that is the date the money left/arrived.

This commit is contained in:
James Jesudason
2012-01-31 17:49:54 +00:00
parent 4c97f4cb48
commit 1c43695380

View File

@@ -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',