commit | 5eafa5a4871428f3555991a71e6a286e07c0df5b | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Fri Oct 05 08:54:46 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Fri Oct 05 08:54:46 2018 +0000 |
tree | c2b40233903f8b82846e24a62d5951f3289d9c75 | |
parent | 65652071ff7eb5a1f422fa69a12b9a4a12c54512 [diff] | |
parent | 97dbb4d125bbb9180fb453c21d0fcd11842142a3 [diff] |
Merge branch 'hotfix'
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 246b8dd..ca6d6be 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -5,7 +5,7 @@ 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 a58516c..53184b2 100644 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js
@@ -111,6 +111,7 @@ frm.set_value('appointment_time', selected_slot); frm.set_value('duration', data.time_per_appointment); d.hide(); + frm.enable_save(); frm.save(); } });