Skip to content
Snippets Groups Projects
Commit e8a09dbf authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Use editor short name.

parent c2db1d36
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ db.publications.id_countries.requires = \
IS_IN_DB(db, 'countries.id', 'countries.country')
db.publications.id_publishers.requires = \
IS_IN_DB(db, 'publishers.id', 'publishers.publisher')
IS_IN_DB(db, 'publishers.id', 'publishers.abbreviation')
db.publications.id_projects.requires = \
IS_IN_DB(db, 'projects.id', 'projects.project')
......
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