mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
chore: Removed healthcare demo, patch files
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
job = frappe.db.exists('Scheduled Job Type', 'patient_appointment.send_appointment_reminder')
|
||||
if job:
|
||||
method = 'erpnext.healthcare.doctype.patient_appointment.patient_appointment.send_appointment_reminder'
|
||||
frappe.db.set_value('Scheduled Job Type', job, 'method', method)
|
||||
Reference in New Issue
Block a user