[Backport version-15] fix: update DocType references after healthcare renamed Medical Code and Medical Code Standard#1027
Merged
av-dev2 merged 1 commit intoversion-15from Feb 12, 2026
Conversation
…and Medical Code Standard The healthcare app (v15) renamed two DocTypes: - 'Medical Code' was renamed to 'Code Value' - 'Medical Code Standard' was renamed to 'Code System' This caused test failures with 'DocType Medical Code not found' because hms_tz still had Link fields with options pointing to the old DocType names. Changes: - insurance_coverage_request.json: updated medical_code Link field options from 'Medical Code' to 'Code Value' - healthcare_service_order.json: updated medical_code Link field options from 'Medical Code' to 'Code Value', and medical_code_standard Link field options from 'Medical Code Standard' to 'Code System' - property_setter.json: updated doc_type and name references from 'Medical Code' to 'Code Value' for the description in_standard_filter property setter - hms_tz_property_setter.py: updated doctype reference from 'Medical Code' to 'Code Value' for the description in_standard_filter property setter (cherry picked from commit 092441c)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #1026 to
version-15.The healthcare app (v15) renamed two DocTypes:
This caused test failures with 'DocType Medical Code not found' because hms_tz still had Link fields with options pointing to the old DocType names.
Changes: