Skip to content

Commit

Permalink
Merge pull request #1224 from ScilifelabDataCentre/typo-fix
Browse files Browse the repository at this point in the history
Changed aiddr to the correct iaddr
  • Loading branch information
Hammarn authored Jun 5, 2024
2 parents 156f55b + 88a689c commit 5566088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderportal/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "",
Expand Down

0 comments on commit 5566088

Please sign in to comment.