Skip to content

Commit 5566088

Browse files
authored
Merge pull request #1224 from ScilifelabDataCentre/typo-fix
Changed aiddr to the correct iaddr
2 parents 156f55b + 88a689c commit 5566088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orderportal/account.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def get(self):
369369
account.get("invoice_ref") or "",
370370
account.get("invoice_vat") or "",
371371
iaddr.get("university") or "",
372-
aiddr.get("department") or "",
372+
iaddr.get("department") or "",
373373
iaddr.get("address") or "",
374374
iaddr.get("zip") or "",
375375
iaddr.get("city") or "",

0 commit comments

Comments
 (0)