Skip to content

chore: release v15#1047

Open
earthians-pr-bot wants to merge 8 commits into
version-15from
version-15-hotfix
Open

chore: release v15#1047
earthians-pr-bot wants to merge 8 commits into
version-15from
version-15-hotfix

Conversation

@earthians-pr-bot

Copy link
Copy Markdown
Collaborator

Automated Release.

…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)
akurungadam and others added 7 commits June 24, 2026 19:29
(cherry picked from commit 875ddb5)

# Conflicts:
#	healthcare/healthcare/doctype/appointment_type/appointment_type.js
Refactor filters for Medical Department and Healthcare Service Unit to ensure correct item list retrieval.
(cherry picked from commit e5b4120)

# Conflicts:
#	.github/helper/install.sh
Update bench get-app command to use variable for branch.
… templates where permitted data type is quantity

(cherry picked from commit c244d8c)
…e to observation

PR #555 added a conditional sales_invoice link but reference_doc was never loaded from DB, so sales_invoice was always NULL after Mark Collected. Fixes #1061.

(cherry picked from commit 53f3931)
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.

5 participants