diff --git a/conservancy_beancount/reports/fund.py b/conservancy_beancount/reports/fund.py index 90df1ffe74130047712a00e69803a17f245f897c..4affa819f602103803a47b9f9a7f64ae6abba9e1 100644 --- a/conservancy_beancount/reports/fund.py +++ b/conservancy_beancount/reports/fund.py @@ -394,6 +394,7 @@ def main(arglist: Optional[Sequence[str]]=None, report.write(fund_map.items()) else: ods_report = ODSReport(args.start_date, args.stop_date) + ods_report.set_common_properties(config.books_repo()) ods_report.write(fund_map.items()) if args.output_file is None: out_dir_path = config.repository_path() or Path()