File diff 4eaba1ebf645 → 9f0c30738db8
conservancy_beancount/plugin/meta_entity.py
Show inline comments
...
 
@@ -49,6 +49,8 @@ class MetaEntity(core.TransactionHook):
 
    del alnum
 

	
 
    def run(self, txn: Transaction) -> errormod.Iter:
 
        if data.is_opening_balance_txn(txn):
 
            return
 
        txn_entity = txn.meta.get(self.METADATA_KEY, txn.payee)
 
        if txn_entity is None:
 
            txn_entity_ok = None