commit | 319ca86c81b0992369bde8cb883b630a8ee05599 | [log] [tgz] |
---|---|---|
author | Jamsheer <jamsheer@earthianslive.com> | Wed Jan 09 13:29:20 2019 +0530 |
committer | Jamsheer <jamsheer@earthianslive.com> | Wed Jan 09 13:29:20 2019 +0530 |
tree | 3154f1a875dbf82504323b88772bccb73d8ebf16 | |
parent | c0ac84977683cce7caa28048413c5ca91f245997 [diff] |
fix: Test Fee Validity
diff --git a/erpnext/healthcare/doctype/fee_validity/test_fee_validity.py b/erpnext/healthcare/doctype/fee_validity/test_fee_validity.py index b8305d7..26b1450 100644 --- a/erpnext/healthcare/doctype/fee_validity/test_fee_validity.py +++ b/erpnext/healthcare/doctype/fee_validity/test_fee_validity.py
@@ -68,6 +68,7 @@ appointment.department = department appointment.appointment_date = appointment_date appointment.company = "_Test Company" + appointment.duration = 15 appointment.save(ignore_permissions=True) return appointment