mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix: Test Fee Validity
This commit is contained in:
@@ -68,6 +68,7 @@ def create_appointment(patient, practitioner, appointment_date, department):
|
|||||||
appointment.department = department
|
appointment.department = department
|
||||||
appointment.appointment_date = appointment_date
|
appointment.appointment_date = appointment_date
|
||||||
appointment.company = "_Test Company"
|
appointment.company = "_Test Company"
|
||||||
|
appointment.duration = 15
|
||||||
appointment.save(ignore_permissions=True)
|
appointment.save(ignore_permissions=True)
|
||||||
return appointment
|
return appointment
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user