Skip to content

Commit

Permalink
documents: fix publication_statement_text
Browse files Browse the repository at this point in the history
* Closes rero#1926.

Co-Authored-by: Peter Weber <peter.weber@rero.ch>
  • Loading branch information
rerowep and rerowep committed May 18, 2021
1 parent 3a71c92 commit 1eed734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rero_ils/modules/documents/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def publication_statement_text(provision_activity):
"""Create publication statement from place, agent and date values."""
punctuation = {
'bf:Place': ' ; ',
'bf:Agent': ', '
'bf:Agent': ', ',
'Date': ', '
}

statement_with_language = {'default': ''}
Expand Down

0 comments on commit 1eed734

Please sign in to comment.