Skip to content

Commit

Permalink
#24496 (bcgov#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
eve-git authored Dec 3, 2024
1 parent 58da115 commit 1564333
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion colin-api/src/colin_api/models/office.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ class Office:
'RC': 'recordsOffice',
'LQ': 'liquidationOffice',
'DS': 'custodialOffice',
'HD': 'headOffice',
'registeredOffice': 'RG',
'recordsOffice': 'RC',
'liquidationOffice': 'LQ',
'custodialOffice': 'DS'
'custodialOffice': 'DS',
'headOffice': 'HD',
}

delivery_address = None
Expand Down

0 comments on commit 1564333

Please sign in to comment.