-
Notifications
You must be signed in to change notification settings - Fork 246
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(sales invoice): get healthcare items from clinical procedure #394
base: develop
Are you sure you want to change the base?
Conversation
ok now I have read the rule about "commitlint"... |
@tamburro92 ithe changes you did in the title need to be done in the commit messages. Also linters issue need to be solved |
eef8307
to
c34d797
Compare
c34d797
to
3879f83
Compare
ok I'm done |
changing target to base branch to develop as this will be appicable to v14 as well |
7777e59
to
3879f83
Compare
@tamburro92 can you test this with other invoicing as well? (Service Request/ Medication Request / Encounter etc..) |
If you create a Clinical Procedure billable ad use a custom Item Code, instead of procedure name same, fetch the healthcare item from Invoice Sales will fail because it won't find the right item code.
To fix you have to retrieve, together the procedure name, the right item code.