Skip to content

Commit

Permalink
Merge branch 'develop' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
neophyte57 committed Jan 13, 2025
2 parents 88e9a99 + 40a7efc commit 083fbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-dotnet-webapi/Models/Agreements/AgreementVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public string AccessType
case AgreementType.DeviceProviderOBOTOA:
return "On-behalf-of User - Device Provider";
case AgreementType.PrescriberOBOTOA:
return "On-behalf-of User (can prescribe independently)";
return "On-behalf-of User";
case AgreementType.PharmacyTechnicianTOA:
return "Independent User - without OBOs, Pharmacy";
default:
Expand Down

0 comments on commit 083fbd2

Please sign in to comment.