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: support multiple modifiers in fee sheet #7166

Merged
merged 6 commits into from
Jan 27, 2024

Conversation

stephenwaite
Copy link
Member

Fixes #7165 built off of @sjpadgett #6382

Short description of what this resolves:

Changes proposed in this pull request:

@stephenwaite
Copy link
Member Author

need to add validation to modifier input entry in fee sheet to capitalize and join multiple modifiers with :

@@ -904,8 +904,8 @@
"children": [
Copy link
Member

@bradymiller bradymiller Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also need to copy this file to (to bring over the changes) sites/default/documents/custom_menus/Custom.json

@bradymiller
Copy link
Member

tenor99

@stephenwaite stephenwaite merged commit d893b1f into openemr:master Jan 27, 2024
24 checks passed
@stephenwaite stephenwaite deleted the modifiers branch January 27, 2024 21:22
sjpadgett added a commit to sjpadgett/openemr that referenced this pull request Jan 28, 2024
…_followup

* 'master' of https://github.com/openemr/openemr:
  fix: support multiple modifiers in fee sheet (openemr#7166)
  feat: use global default visit category for add edit event (openemr#7190)
sjpadgett pushed a commit to sjpadgett/openemr that referenced this pull request Feb 22, 2024
* fix: support multiple modifiers in fee sheet

* add function for modifier work

* disable text template for fee sheet

* validate modifiers

* nice catch by Brady, bring new coding tab to custom json menu

* use recursive last char function

(cherry picked from commit d893b1f)
stephenwaite added a commit to stephenwaite/openemr that referenced this pull request Jun 24, 2024
* fix: support multiple modifiers in fee sheet

* add function for modifier work

* disable text template for fee sheet

* validate modifiers

* nice catch by Brady, bring new coding tab to custom json menu

* use recursive last char function
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: need to handle multiple modifiers in fee sheet
2 participants