diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 223049a7803..4f18687787d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -5,7 +5,7 @@ import frappe from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '10.1.55' +__version__ = '10.1.56' def get_default_company(user=None): '''Get default company for user''' diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js index 9338b9f0477..71c82124128 100644 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js @@ -142,6 +142,7 @@ frappe.ui.form.on('Patient Appointment', { frm.set_value('service_unit', btn_selected.attr('data-service-unit') || ''); frm.set_value('duration', btn_selected.attr('data-duration')); d.hide(); + frm.enable_save(); frm.save(); frm.enable_save(); }