Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update document.py
Browse files Browse the repository at this point in the history
Make office at web from oereblex multilingual
vvmruder authored May 26, 2023
1 parent af72f6e commit 3ade681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -204,7 +204,7 @@ def _get_document_records(self, document, language):
document_type = Config.get_document_type_by_data_code(self._code, oereblex_doctype)

# Create related office record
office = OfficeRecord({language: authority}, office_at_web=document.authority_url)
office = OfficeRecord({language: authority}, office_at_web={language: document.authority_url})

# Get files
records = []

0 comments on commit 3ade681

Please sign in to comment.