File diff 97d8f8fd06d6 → cc2b3978011a
tests/test_hook_ledger_entry.py
Show inline comments
...
 
@@ -23,7 +23,7 @@ def template_from(section_name, *args, **kwargs):
 

	
 
def template_vars(payee, amount, currency='USD', date=DATE, other_vars=None):
 
    call_vars = {
 
        'amount': decimal.Decimal(amount),
 
        'amount': amount,
 
        'currency': currency,
 
        'date': date,
 
        'payee': payee,