commit | 298c7e5be5cf8ef2795728d344aa12e21b703e97 | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Wed Apr 29 19:23:16 2020 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Wed Apr 29 19:23:16 2020 +0530 |
tree | 996c84f6c803690394ea555237180c6e1c5bcf51 | |
parent | b4b3872ff27311bcf346859a4a531d43a880e7e2 [diff] |
fix: exercise type
diff --git a/erpnext/healthcare/doctype/exercise_type/exercise_type.js b/erpnext/healthcare/doctype/exercise_type/exercise_type.js index ff99dc2..68db047 100644 --- a/erpnext/healthcare/doctype/exercise_type/exercise_type.js +++ b/erpnext/healthcare/doctype/exercise_type/exercise_type.js
@@ -24,7 +24,7 @@ this.exercise_cards = $('<div class="exercise-cards"></div>').appendTo(this.wrapper); - this.row = $('<div class="exercise-row"></div>').appendTo(this.exercise_cards); + this.row = $('<div class="exercise-row"></div>').appendTo(this.wrapper); let me = this;