Browse Source

Visit UI - visit-moe submission - logic fix

Vijayakrishnan 3 years ago
parent
commit
70b7ac6ad8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/views/app/patient/note/segment_script.blade.php

+ 1 - 0
resources/views/app/patient/note/segment_script.blade.php

@@ -105,6 +105,7 @@
                 .off('click.visit-moe-submit')
                 .on('click.visit-moe-submit', function() {
                     saveVisitForm(this);
+                    return false;
                 });
 
             _parent.find('[visit-moe]>a[start]')