Add volume to field ordering
Fix #40, which was annoying. Any implementation of #33 should watch out for this.
This commit is contained in:
parent
666941d471
commit
2db80c66ae
@ -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']
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user