Merge branch 'hotfix'

This commit is contained in:
Ameya Shenoy 2018-10-05 08:54:46 +00:00
commit 5eafa5a487
No known key found for this signature in database
GPG Key ID: AC016A555657D0A3
2 changed files with 2 additions and 1 deletions

View File

@ -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'''

View File

@ -111,6 +111,7 @@ frappe.ui.form.on('Patient Appointment', {
frm.set_value('appointment_time', selected_slot);
frm.set_value('duration', data.time_per_appointment);
d.hide();
frm.enable_save();
frm.save();
}
});