chore: Removed healthcare demo, patch files

This commit is contained in:
ChillarAnand
2021-09-02 18:25:36 +05:30
parent bcb3f0fedb
commit 5d4133ecac
10 changed files with 0 additions and 504 deletions

View File

@@ -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)