chore: release v16#1048
Open
earthians-pr-bot wants to merge 56 commits into
Open
Conversation
guard for division by zero field is_ot (cherry picked from commit ba9d259)
(cherry picked from commit d8681a5)
(cherry picked from commit be73dd7) # Conflicts: # healthcare/healthcare/doctype/inpatient_record/inpatient_record.py
(cherry picked from commit a032347)
(cherry picked from commit ad20f75)
(cherry picked from commit 34b4b43)
(cherry picked from commit dbfb2de)
(cherry picked from commit 46fed8c)
(cherry picked from commit 96ccbf8)
(cherry picked from commit 11ae32f)
…ction only (cherry picked from commit 1cae135)
…lity healthcare service field (cherry picked from commit 3428b27)
(cherry picked from commit de1e768)
…bility Frappe v15's get_dashboard_data() (model/meta.py:671) calls get_data(data=data) when building doctype dashboards. The three dashboard hook functions in the healthcare module used the old signature get_data() without accepting the data keyword argument, causing TypeError when loading any doctype in the Healthcare module (e.g. Patient Appointment, Patient, Healthcare Practitioner). Add data=None parameter to: - healthcare/healthcare/doctype/healthcare.py (module dashboard) - healthcare/healthcare/doctype/patient/patient_dashboard.py - healthcare/healthcare/doctype/healthcare_practitioner/healthcare_practitioner_dashboard.py Closes #798 (cherry picked from commit aed3553)
(cherry picked from commit e48db06)
(cherry picked from commit 1039fc1)
(cherry picked from commit 462a2a8)
set triage level, disposition from emergency record, display last vitals on emergency record (cherry picked from commit f54f1e7)
(cherry picked from commit fd4f45f)
(cherry picked from commit aefa1e1)
… for vitals) (cherry picked from commit f5977a7)
(cherry picked from commit 2156614)
(cherry picked from commit 26d82fa)
(cherry picked from commit 9d95534)
(cherry picked from commit 7a03dd2)
(cherry picked from commit 71d10b5)
(cherry picked from commit 32f450c)
(cherry picked from commit d500d8d)
(cherry picked from commit 6b9ad8a)
(cherry picked from commit 6c3f986)
(cherry picked from commit eeabfd7)
(cherry picked from commit d651527)
(cherry picked from commit 2e4b66d)
(cherry picked from commit c53d4bf)
(cherry picked from commit eedc58a)
(cherry picked from commit 3063d53)
fallback for arrival_datetime (cherry picked from commit 2c91603)
(cherry picked from commit 73d169b)
(cherry picked from commit 5f0f51c)
…are service doctypes (cherry picked from commit 74fda9f)
(cherry picked from commit d08b583)
(cherry picked from commit 37551a7)
(cherry picked from commit 99ff3b8)
…e unit type (cherry picked from commit 2ca3a92)
(cherry picked from commit 875ddb5)
… templates where permitted data type is quantity (cherry picked from commit c244d8c)
(cherry picked from commit e5b4120)
(cherry picked from commit 621d85d)
(cherry picked from commit ea7fae6)
(cherry picked from commit 8a94986)
(cherry picked from commit 9695b38)
(cherry picked from commit 22b55aa)
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.
Automated Release.