Changeset - be35f36d26ba
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2020-05-01 19:54:40
brettcsmith@brettcsmith.org
meta_tax_implication: Add Chargeback value.
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/plugin/meta_tax_implication.py
Show inline comments
...
 
@@ -29,2 +29,3 @@ class MetaTaxImplication(core._NormalizePostingMetadataHook):
 
        'Bank-Transfer',
 
        'Chargeback',
 
        'Foreign-Corporation',
tests/test_meta_tax_implication.py
Show inline comments
...
 
@@ -25,2 +25,3 @@ VALID_VALUES = {
 
    'Bank-Transfer': 'Bank-Transfer',
 
    'Chargeback': 'Chargeback',
 
    'Foreign-Corporation': 'Foreign-Corporation',
0 comments (0 inline, 0 general)