diff --git a/orderportal/account.py b/orderportal/account.py index ae1d16b..ad6531d 100644 --- a/orderportal/account.py +++ b/orderportal/account.py @@ -369,7 +369,7 @@ def get(self): account.get("invoice_ref") or "", account.get("invoice_vat") or "", iaddr.get("university") or "", - aiddr.get("department") or "", + iaddr.get("department") or "", iaddr.get("address") or "", iaddr.get("zip") or "", iaddr.get("city") or "",