File diff ea0e3d3a73b7 → 751cd7cd441e
import2ledger/hooks/ledger_entry.py
Show inline comments
...
 
@@ -291,7 +291,7 @@ class LedgerEntryHook:
 
            )
 
        return Template(
 
            template_s,
 
            date_fmt=section_config['date_format'],
 
            date_fmt=section_config['date format'],
 
            signed_currencies=[code.strip().upper() for code in section_config['signed_currencies'].split(',')],
 
            signed_currency_fmt=section_config['signed_currency_format'],
 
            unsigned_currency_fmt=section_config['unsigned_currency_format'],