SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 073543bf authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Debug double in

parent d658337b
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ class Organization(models.Model):
return self.orgtype != ORGTYPE_PRIVATE_BENEFACTOR
def get_publications(self, year=None, journal=None):
if "all" not in in self.cf_associated_publication_ids:
if "all" not in self.cf_associated_publication_ids:
return Publication.objects.none()
if journal and isinstance(journal, Journal):
publications = journal.get_publications()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment