Skip to content
Snippets Groups Projects
Commit 9a7228bb authored by Remco Tukker's avatar Remco Tukker
Browse files

remove TODO

parent 8c3bbfa4
Branches
Tags
1 merge request!8fix parsing of income sources from excel for 2016 and 2017
......@@ -85,7 +85,7 @@ def fetch_funding_excel_data():
other_european_funding = hard_number_convert(other_european_funding, "other european funding", nren, year)
other = hard_number_convert(other, "other", nren, year)
european_funding = geant_subsidy + other_european_funding # TODO check with Daniel
european_funding = geant_subsidy + other_european_funding
# process the data (e.g. save to database)
if nren is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment