Add volume to field ordering

Fix #40, which was annoying.
Any implementation of #33 should watch out for this.
This commit is contained in:
Fabien Benureau 2016-01-10 22:08:21 +01:00
parent 666941d471
commit 2db80c66ae

View File

@ -54,7 +54,7 @@ def customizations(record):
return record
bibfield_order = ['author', 'title', 'journal', 'institution', 'publisher',
'year', 'month', 'number', 'pages', 'link', 'doi', 'note',
'year', 'month', 'number', 'volume', 'pages', 'link', 'doi', 'note',
'abstract']