Changeset - c230f91ab7a7
[Not reviewed]
0 2 0
Brett Smith - 3 years ago 2021-01-28 21:06:58
brettcsmith@brettcsmith.org
meta_payroll_type: Add values for Exp:Pay:Benefits:Other.
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/plugin/meta_payroll_type.py
Show inline comments
...
 
@@ -46,2 +46,4 @@ class OtherBenefitsHook(_PayrollTypeHook):
 
        'US:403b:Fees',
 
        'US:Education',
 
        'US:ProfessionalMembership',
 
    ])
setup.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ setup(
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.16.0',
 
    version='1.16.1',
 
    author='Software Freedom Conservancy',
0 comments (0 inline, 0 general)