Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixes wrong prescription provider being recorded #7917

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

darkdecoy
Copy link

Fixes #7916

Short description of what this resolves:

Fixes a variable name typo which resulted in the current user rather than the selected provider being recorded as the provider on prescription

Changes proposed in this pull request:

Changing the variable name provider.id on line 160 to the correct one of providerId

Does your code include anything generated by an AI Engine? Yes / No

no

If you answered yes: Verify that each file that has AI generated code has a description that describes what AI engine was used and that the file includes AI generated code. Sections of code that are entirely or mostly generated by AI should be marked with a comment header and footer that includes the AI engine used and stating the code was AI.

@sjpadgett
Copy link
Member

we should merge this if @adunsulag doesn't have issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Creating Prescription is using current user instead of selected provider for prescription.
4 participants