accrual: Bugfix last commit.
This commit is contained in:
parent
f64143db44
commit
b142e8fc31
2 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ def outgoing_report(groups: PostGroups,
|
||||||
else:
|
else:
|
||||||
requestor_name = (
|
requestor_name = (
|
||||||
rt_requestor.get('RealName')
|
rt_requestor.get('RealName')
|
||||||
or rt_requestor.get('CF.{payment-to}')
|
or ticket.get('CF.{payment-to}')
|
||||||
or ''
|
or ''
|
||||||
)
|
)
|
||||||
requestor = f'{requestor_name} <{rt_requestor["EmailAddress"]}>'.strip()
|
requestor = f'{requestor_name} <{rt_requestor["EmailAddress"]}>'.strip()
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name='conservancy_beancount',
|
name='conservancy_beancount',
|
||||||
description="Plugin, library, and reports for reading Conservancy's books",
|
description="Plugin, library, and reports for reading Conservancy's books",
|
||||||
version='1.0.3',
|
version='1.0.4',
|
||||||
author='Software Freedom Conservancy',
|
author='Software Freedom Conservancy',
|
||||||
author_email='info@sfconservancy.org',
|
author_email='info@sfconservancy.org',
|
||||||
license='GNU AGPLv3+',
|
license='GNU AGPLv3+',
|
||||||
|
|
Loading…
Reference in a new issue