Skip to content

Commit

Permalink
Update: changed system user create names to legal names
Browse files Browse the repository at this point in the history
  • Loading branch information
awf-dbca committed Dec 4, 2024
1 parent 855992c commit 878d344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mooringlicensing/components/users/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def create_system_user(email_user_id, email, first_name, last_name, dob, phone=N
return SystemUser.objects.create(
ledger_id_id=email_user_id,
email=email,
first_name=first_name,
last_name=last_name,
legal_first_name=first_name,
legal_last_name=last_name,
legal_dob=dob,
phone_number=phone,
mobile_number=mobile,
Expand Down

0 comments on commit 878d344

Please sign in to comment.