@@ -1116,7 +1116,8 @@
return false;
});
- this.loadMeasurements();
+ // this.loadMeasurements();
+ this.initLoadAppointments();
}
/*// refresh once ticket popup is closed
@@ -354,7 +354,10 @@
// run note single initer and allow edits
runMCInitializer('note-single');
hideMask();
- });
+ }).fail(function() {
+ hideMask();
+ toastr.error('Unable to open the note');
+ })