fix: travis

This commit is contained in:
Rucha Mahabal
2021-01-15 00:19:14 +05:30
parent 751719ea0d
commit 060d647248
4 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ frappe.pages['patient_history'].on_page_load = function(wrapper) {
fieldname: 'patient',
placeholder: __('Select Patient'),
only_select: true,
change: function(){
change: function() {
let patient_id = patient.get_value();
if (pid != patient_id && patient_id) {
me.start = 0;