commit | 57fc3a5c3cced1064210e2baedc2b3d09401e2b5 | [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:49:46 2020 +0530 |
tree | f53c44fcedfffe97a18ded7a786e4dda540e0769 | |
parent | 5e8f748a63fef554387fb57cd899a4bee2901292 [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;