فهرست منبع

Shift to traditional web app

Vijayakrishnan Krishnan 3 هفته پیش
والد
کامیت
9a8c7b0dca

+ 2 - 1
resources/views/app/dashboard-admin.blade.php

@@ -1116,7 +1116,8 @@
                                 return false;
                             });
 
-                        this.loadMeasurements();
+                        // this.loadMeasurements();
+                        this.initLoadAppointments();
                     }
                 });
                 /*// refresh once ticket popup is closed

+ 4 - 1
resources/views/app/practice-management/billing-manager.blade.php

@@ -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');
+                        })
                         return false;
                     });
             }