We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replication:
Goto > Sales Invoice : [ no patient selected ] Goto > Get Items From > Healthcare Services
Error message Server Error: get_healthcare_services_to_invoice() missing 1 required positional argument : customer
This is because, in the "refresh" trigger, a frappe.db.get_value is executed without checking if "patient" contains data.
Ready to do PR on this, once my previous PR has been adjudicated.
Outpatient Module
ERPNext: v15.55.4 (version-15)
Frappe Framework: v15.63.0 (version-15)
Marley Health: v16.0.0-dev (develop)
manual install
See attached screenshot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Information about bug
Replication:
Goto > Sales Invoice : [ no patient selected ]
Goto > Get Items From > Healthcare Services
Error message
Server Error: get_healthcare_services_to_invoice() missing 1 required positional argument : customer
This is because, in the "refresh" trigger, a frappe.db.get_value is executed without checking if "patient" contains
data.
Ready to do PR on this, once my previous PR has been adjudicated.
Module
Outpatient Module
Version
ERPNext: v15.55.4 (version-15)
Frappe Framework: v15.63.0 (version-15)
Marley Health: v16.0.0-dev (develop)
Installation method
manual install
Relevant log output / Stack trace / Full Error Message.
Code of Conduct
The text was updated successfully, but these errors were encountered: