Skip to content

Commit

Permalink
Update document.py
Browse files Browse the repository at this point in the history
Make office at web from oereblex multilingual
  • Loading branch information
vvmruder committed Nov 27, 2023
1 parent 031fedf commit 9641f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 9641f67

Please sign in to comment.