We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147b929 commit bdfde7aCopy full SHA for bdfde7a
process_report/invoices/NERC_total_invoice.py
@@ -57,7 +57,7 @@ def _lower_col(data):
57
institute_list = util.load_institute_list()
58
for institute_info in institute_list.root:
59
if institute_info.include_in_nerc_total_invoice:
60
- included_institutions.append(institute_info["display_name"])
+ included_institutions.append(institute_info.display_name)
61
62
self.export_data = self.data[
63
self.data[invoice.IS_BILLABLE_FIELD] & ~self.data[invoice.MISSING_PI_FIELD]
0 commit comments