mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
fix: couple of travis fixes (#24554)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
@@ -139,6 +139,7 @@ def create_inpatient(patient):
|
||||
inpatient_record.phone = patient_obj.phone
|
||||
inpatient_record.inpatient = "Scheduled"
|
||||
inpatient_record.scheduled_date = today()
|
||||
inpatient_record.company = "_Test Company"
|
||||
return inpatient_record
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user